Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,6 +53,7 @@ def get_history(history):
|
|
| 53 |
}
|
| 54 |
mod_history.append(user_dict)
|
| 55 |
mod_history.append(bot_dict)
|
|
|
|
| 56 |
|
| 57 |
def chat(prompt, history):
|
| 58 |
|
|
|
|
| 53 |
}
|
| 54 |
mod_history.append(user_dict)
|
| 55 |
mod_history.append(bot_dict)
|
| 56 |
+
return mod_history
|
| 57 |
|
| 58 |
def chat(prompt, history):
|
| 59 |
|