Firoj112 commited on
Commit
08697c0
·
verified ·
1 Parent(s): b29756b

Update GRADIO_UI.py

Browse files
Files changed (1) hide show
  1. 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., [invalid url, do not cite] Click on Developers)")
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],