Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def chat(message, history):
|
|
50 |
bot_message = hyperbolic(message)
|
51 |
history.append((message, bot_message))
|
52 |
display(Markdown(bot_message))
|
53 |
-
return bot_message
|
54 |
return history
|
55 |
|
56 |
if __name__ == '__main__':
|
|
|
50 |
bot_message = hyperbolic(message)
|
51 |
history.append((message, bot_message))
|
52 |
display(Markdown(bot_message))
|
53 |
+
#return bot_message
|
54 |
return history
|
55 |
|
56 |
if __name__ == '__main__':
|