Update app.py
Browse files
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.
|
| 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 |
|