Csplk commited on
Commit
478097d
β€’
1 Parent(s): c7f431a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -80,7 +80,6 @@ with gr.Blocks() as demo:
80
  gr.Markdown("# multi-agent-web-browser")
81
  gr.Markdown("Gradio space based on the multiagent_web_assistant cookbook https://huggingface.co/learn/cookbook/multiagent_web_assistant")
82
  text_input = gr.Textbox(lines=1, label="Chat Message", value="How many years ago was Stripe founded?")
83
- text_input = gr.Textbox(lines=1, label="Chat Message", value="How many years ago was Stripe founded?")
84
  submit = gr.Button("Run web search agent!")
85
  chatbot = gr.Chatbot(
86
  label="Agent",
 
80
  gr.Markdown("# multi-agent-web-browser")
81
  gr.Markdown("Gradio space based on the multiagent_web_assistant cookbook https://huggingface.co/learn/cookbook/multiagent_web_assistant")
82
  text_input = gr.Textbox(lines=1, label="Chat Message", value="How many years ago was Stripe founded?")
 
83
  submit = gr.Button("Run web search agent!")
84
  chatbot = gr.Chatbot(
85
  label="Agent",