Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ import plotly.graph_objs as go
|
|
15 |
import streamlit as st
|
16 |
|
17 |
# Initialize components
|
18 |
-
objection_handler = ObjectionHandler('
|
19 |
-
product_recommender = ProductRecommender('
|
20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
21 |
|
22 |
def generate_comprehensive_summary(chunks):
|
|
|
15 |
import streamlit as st
|
16 |
|
17 |
# Initialize components
|
18 |
+
objection_handler = ObjectionHandler('objections.csv')
|
19 |
+
product_recommender = ProductRecommender('recommendations.csv')
|
20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
21 |
|
22 |
def generate_comprehensive_summary(chunks):
|