debug
Browse files
app.py
CHANGED
|
@@ -76,11 +76,11 @@ def respond(message, history):
|
|
| 76 |
|
| 77 |
# Save after each message pair
|
| 78 |
append_to_session_log(message, response)
|
|
|
|
| 79 |
|
| 80 |
# ---- Gradio Interface ----
|
| 81 |
demo = gr.ChatInterface(
|
| 82 |
respond,
|
| 83 |
-
increment_session_id,
|
| 84 |
title="BoundrAI",
|
| 85 |
)
|
| 86 |
|
|
|
|
| 76 |
|
| 77 |
# Save after each message pair
|
| 78 |
append_to_session_log(message, response)
|
| 79 |
+
increment_session_id()
|
| 80 |
|
| 81 |
# ---- Gradio Interface ----
|
| 82 |
demo = gr.ChatInterface(
|
| 83 |
respond,
|
|
|
|
| 84 |
title="BoundrAI",
|
| 85 |
)
|
| 86 |
|