Spaces:
Running
Running
Update GRADIO_UI.py
Browse files- GRADIO_UI.py +1 -1
GRADIO_UI.py
CHANGED
@@ -215,7 +215,7 @@ class GradioUI:
|
|
215 |
avatar_images=(None, "./icon.png"), scale=1, height=600
|
216 |
)
|
217 |
text_input = gr.Textbox(
|
218 |
-
lines=1, label="Enter URL and request (e.g., navigate to https://en.wikipedia.org/wiki/Nvidia,
|
219 |
)
|
220 |
text_input.submit(self.interact_with_agent, [text_input, api_key_input, stored_messages], [chatbot])
|
221 |
|
|
|
215 |
avatar_images=(None, "./icon.png"), scale=1, height=600
|
216 |
)
|
217 |
text_input = gr.Textbox(
|
218 |
+
lines=1, label="Enter URL and request (e.g., navigate to https://en.wikipedia.org/wiki/Nvidia, and provide me info on its history)"
|
219 |
)
|
220 |
text_input.submit(self.interact_with_agent, [text_input, api_key_input, stored_messages], [chatbot])
|
221 |
|