Update app.py
Browse files
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",
|