Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,6 @@ def get_history(history):
|
|
59 |
}
|
60 |
mod_history.append(user_dict)
|
61 |
mod_history.append(bot_dict)
|
62 |
-
print(mod_history)
|
63 |
return mod_history
|
64 |
|
65 |
def chat(prompt, history):
|
|
|
59 |
}
|
60 |
mod_history.append(user_dict)
|
61 |
mod_history.append(bot_dict)
|
|
|
62 |
return mod_history
|
63 |
|
64 |
def chat(prompt, history):
|