acecalisto3 commited on
Commit
05d45c9
·
verified ·
1 Parent(s): 75c5abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[