Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|