Omnibus commited on
Commit
3405e06
·
verified ·
1 Parent(s): a055bad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,7 +496,7 @@ def generate_OG(prompt, history, agent_name=agents[0], sys_prompt="", temperatur
496
 
497
 
498
  with gr.Blocks() as app:
499
- chat_handler=gr.Stat()
500
  post_handler=gr.State()
501
  html = gr.HTML()
502
 
 
496
 
497
 
498
  with gr.Blocks() as app:
499
+ chat_handler=gr.State()
500
  post_handler=gr.State()
501
  html = gr.HTML()
502