Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ def user_ask(state, chatbot1, chatbot2, textbox):
|
|
98 |
return state, chatbot1, chatbot2, ""
|
99 |
|
100 |
# ... [Rest of your existing functions] ...
|
|
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
with gr.Row():
|
|
|
98 |
return state, chatbot1, chatbot2, ""
|
99 |
|
100 |
# ... [Rest of your existing functions] ...
|
101 |
+
state = gr.State({})
|
102 |
|
103 |
with gr.Blocks() as demo:
|
104 |
with gr.Row():
|