Spaces:
Running
Running
Update GRADIO_UI.py
Browse files- GRADIO_UI.py +1 -1
GRADIO_UI.py
CHANGED
@@ -204,7 +204,7 @@ class GradioUI:
|
|
204 |
),
|
205 |
scale=1,
|
206 |
)
|
207 |
-
text_input = gr.Textbox(lines=1, label="Enter URL and request (e.g.,
|
208 |
text_input.submit(
|
209 |
self.interact_with_agent,
|
210 |
[text_input, stored_messages],
|
|
|
204 |
),
|
205 |
scale=1,
|
206 |
)
|
207 |
+
text_input = gr.Textbox(lines=1, label="Enter URL and request (e.g., navigate to https://www.google.com and search for gemini)")
|
208 |
text_input.submit(
|
209 |
self.interact_with_agent,
|
210 |
[text_input, stored_messages],
|