Zasha1 commited on
Commit
619f207
·
verified ·
1 Parent(s): 2604334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/Users/shaik/Downloads/Sales Calls Transcriptions - Sheet2.csv')
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):