tagny commited on
Commit
b88ce22
·
verified ·
1 Parent(s): dbf32b7

Update the title with web search and browser tools

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -262,7 +262,7 @@ class GradioUI:
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
- gr.Label("Wecome to my first smolagent! You can use tools to get the time in a given location.")
266
  stored_messages = gr.State([])
267
  file_uploads_log = gr.State([])
268
  chatbot = gr.Chatbot(
 
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
+ gr.Label("Wecome to my first smolagent! You can use tools to get the time in a location, visit a URL page, search with DuckDuckGo.")
266
  stored_messages = gr.State([])
267
  file_uploads_log = gr.State([])
268
  chatbot = gr.Chatbot(