tagny commited on
Commit
f70821e
·
verified ·
1 Parent(s): 6d9ed29

add a welcome message to the Gradio_UI

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -0
Gradio_UI.py CHANGED
@@ -262,6 +262,7 @@ class GradioUI:
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
 
265
  stored_messages = gr.State([])
266
  file_uploads_log = gr.State([])
267
  chatbot = gr.Chatbot(
 
262
  import gradio as gr
263
 
264
  with gr.Blocks(fill_height=True) as demo:
265
+ gradio.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(