rwitz commited on
Commit
db59739
·
1 Parent(s): 85c68a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():