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('C:/Users/shaik/
|
| 19 |
-
product_recommender = ProductRecommender('C:/Users/shaik/
|
| 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('C:/Users/shaik/OneDrive/Desktop/Infosys/Project1 - Copy/modules/data/objections.csv')
|
| 19 |
+
product_recommender = ProductRecommender('C:/Users/shaik/OneDrive/Desktop/Infosys/Project1 - Copy/modules/data/recommendations.csv')
|
| 20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
| 21 |
|
| 22 |
def generate_comprehensive_summary(chunks):
|