Csplk commited on
Commit
7aae3b4
·
verified ·
1 Parent(s): 917676a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -95,6 +95,7 @@ def interact_with_agent(task):
95
  with gr.Blocks() as demo:
96
  gr.Markdown("# multi-agent-web-browser")
97
  gr.Markdown("Gradio space based on the multiagent_web_assistant cookbook https://huggingface.co/learn/cookbook/multiagent_web_assistant")
 
98
  submit = gr.Button("Run multi-agent system!")
99
  chatbot = gr.Chatbot(
100
  label="Agent",
 
95
  with gr.Blocks() as demo:
96
  gr.Markdown("# multi-agent-web-browser")
97
  gr.Markdown("Gradio space based on the multiagent_web_assistant cookbook https://huggingface.co/learn/cookbook/multiagent_web_assistant")
98
+ text_input = gr.Textbox(lines=1, label="Chat Message", value="How many years ago was Stripe founded?")
99
  submit = gr.Button("Run multi-agent system!")
100
  chatbot = gr.Chatbot(
101
  label="Agent",