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