Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,8 +49,8 @@ def chat(message, history):
|
|
49 |
|
50 |
bot_message = hyperbolic(message)
|
51 |
history.append((message, bot_message))
|
52 |
-
display(Markdown(bot_message))
|
53 |
-
|
54 |
return history
|
55 |
|
56 |
if __name__ == '__main__':
|
|
|
49 |
|
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__':
|