Spaces:
Paused
Paused
add a welcome message to the Gradio_UI
Browse files- 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 |
-
|
| 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 given location.")
|
| 266 |
stored_messages = gr.State([])
|
| 267 |
file_uploads_log = gr.State([])
|
| 268 |
chatbot = gr.Chatbot(
|