Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ import streamlit as st
|
|
16 |
|
17 |
# Initialize components
|
18 |
objection_handler = ObjectionHandler('C:/Users/shaik/Downloads/Sales Calls Transcriptions - Sheet3.csv')
|
19 |
-
product_recommender = ProductRecommender('C
|
20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
21 |
|
22 |
def generate_comprehensive_summary(chunks):
|
|
|
16 |
|
17 |
# Initialize components
|
18 |
objection_handler = ObjectionHandler('C:/Users/shaik/Downloads/Sales Calls Transcriptions - Sheet3.csv')
|
19 |
+
product_recommender = ProductRecommender('C:/Users/shaik/Downloads/Sales Calls Transcriptions - Sheet2.csv')
|
20 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
21 |
|
22 |
def generate_comprehensive_summary(chunks):
|