Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ python"): # User entered code, execute it code = message[9:-3] output = run_code
|
|
149 |
|
150 |
with gr.Blocks(theme='ParityError/Interstellar') as demo: with gr.Row(): for agent_name, agent_data in agent_roles.items(): gr.Button(agent_name, variant="secondary").click(toggle_agent, inputs=[gr.Button], outputs=[gr.Textbox]) gr.Textbox(agent_data["description"], interactive=False)""")
|
151 |
|
152 |
-
with gr.Row(
|
153 |
gr.ChatInterface(
|
154 |
chat_interface,
|
155 |
additional_inputs=[
|
|
|
149 |
|
150 |
with gr.Blocks(theme='ParityError/Interstellar') as demo: with gr.Row(): for agent_name, agent_data in agent_roles.items(): gr.Button(agent_name, variant="secondary").click(toggle_agent, inputs=[gr.Button], outputs=[gr.Textbox]) gr.Textbox(agent_data["description"], interactive=False)""")
|
151 |
|
152 |
+
with gr.Row(
|
153 |
gr.ChatInterface(
|
154 |
chat_interface,
|
155 |
additional_inputs=[
|