Csplk commited on
Commit
917676a
·
verified ·
1 Parent(s): 4e8b7ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,7 +93,8 @@ def interact_with_agent(task):
93
 
94
  # Create the Gradio interface
95
  with gr.Blocks() as demo:
96
- text_input = gr.Textbox(lines=1, label="Chat Message", value="How many years ago was Stripe founded?")
 
97
  submit = gr.Button("Run multi-agent system!")
98
  chatbot = gr.Chatbot(
99
  label="Agent",
 
93
 
94
  # Create the Gradio interface
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",