Update app.py
Browse files
app.py
CHANGED
@@ -454,7 +454,7 @@ with gr.Blocks() as main_demo:
|
|
454 |
_state_user_token = gr.State([])
|
455 |
|
456 |
user_session_rag = gr.State(
|
457 |
-
"placeholder"
|
458 |
) # clean state after 1h
|
459 |
|
460 |
with gr.Row():
|
|
|
454 |
_state_user_token = gr.State([])
|
455 |
|
456 |
user_session_rag = gr.State(
|
457 |
+
"placeholder"#, time_to_live=3600
|
458 |
) # clean state after 1h
|
459 |
|
460 |
with gr.Row():
|