Update app.py
Browse files
app.py
CHANGED
|
@@ -22,8 +22,7 @@ def chat_interface_fn(message, history, session_id):
|
|
| 22 |
message_dicts.append({"role": "assistant", "content": ai_msg})
|
| 23 |
|
| 24 |
# Return the message dicts and updated history
|
| 25 |
-
return message_dicts
|
| 26 |
-
|
| 27 |
my_chat_css = """
|
| 28 |
.gradio-container {
|
| 29 |
margin: auto;
|
|
|
|
| 22 |
message_dicts.append({"role": "assistant", "content": ai_msg})
|
| 23 |
|
| 24 |
# Return the message dicts and updated history
|
| 25 |
+
return message_dicts
|
|
|
|
| 26 |
my_chat_css = """
|
| 27 |
.gradio-container {
|
| 28 |
margin: auto;
|