Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def generate(prompt, history, agent_name=agents[0], sys_prompt="", temperature=0
|
|
292 |
|
293 |
|
294 |
|
295 |
-
with gr.Blocks(
|
296 |
html = gr.HTML()
|
297 |
|
298 |
chatbot=gr.Chatbot()
|
|
|
292 |
|
293 |
|
294 |
|
295 |
+
with gr.Blocks() as app:
|
296 |
html = gr.HTML()
|
297 |
|
298 |
chatbot=gr.Chatbot()
|