Update app.py
Browse files
app.py
CHANGED
@@ -975,7 +975,7 @@ with gr.Blocks(css=css, fill_width=True) as demo:
|
|
975 |
elem_style=dict(width="100%"))
|
976 |
# Events Handler
|
977 |
if save_history:
|
978 |
-
|
979 |
{
|
980 |
"conversations_history": {},
|
981 |
"conversations": [],
|
|
|
975 |
elem_style=dict(width="100%"))
|
976 |
# Events Handler
|
977 |
if save_history:
|
978 |
+
user_state = gr.State(StateData())
|
979 |
{
|
980 |
"conversations_history": {},
|
981 |
"conversations": [],
|