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 |
-
product_recommender = ProductRecommender(r"C:\Users\shaik\OneDrive\Desktop\Infosys\Project1 - Copy\modules\data\recommendations.csv")
|
19 |
objection_handler = ObjectionHandler(r"C:\Users\shaik\Downloads\Sales Calls Transcriptions - Sheet3.csv")
|
|
|
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(r"C:\Users\shaik\Downloads\Sales Calls Transcriptions - Sheet3.csv")
|
19 |
+
product_recommender = ProductRecommender(r"C:\Users\shaik\Downloads\Sales Calls Transcriptions - Sheet2.csv")
|
20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
21 |
|
22 |
def generate_comprehensive_summary(chunks):
|