Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -256,8 +256,6 @@ with gr.Blocks() as iface:
|
|
| 256 |
bot_message = get_response(message)
|
| 257 |
chat_history.append(
|
| 258 |
(f"**You:** {message}", f"**Anjibot:** {bot_message}")
|
| 259 |
-
)
|
| 260 |
-
log_chats(chat_history)
|
| 261 |
time.sleep(2)
|
| 262 |
return "", chat_history
|
| 263 |
|
|
|
|
| 256 |
bot_message = get_response(message)
|
| 257 |
chat_history.append(
|
| 258 |
(f"**You:** {message}", f"**Anjibot:** {bot_message}")
|
|
|
|
|
|
|
| 259 |
time.sleep(2)
|
| 260 |
return "", chat_history
|
| 261 |
|