Zasha1 commited on
Commit
d74a3e0
·
verified ·
1 Parent(s): c17360f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(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):
 
15
  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):