KarthickAdopleAI commited on
Commit
6c3103e
·
verified ·
1 Parent(s): 6e041fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def download_report():
65
 
66
  def bot(history):
67
  bot_message = sales_agent._call({})
68
- history[-1][1] = ""
69
  return history
70
  summarizer = Summarizer()
71
  sentiment = SentimentAnalyzer()
 
65
 
66
  def bot(history):
67
  bot_message = sales_agent._call({})
68
+ history[-1][1] = bot_message
69
  return history
70
  summarizer = Summarizer()
71
  sentiment = SentimentAnalyzer()