Spaces:
Sleeping
Sleeping
Updated agent name
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
|
@@ -35,7 +35,7 @@ class GradioUI:
|
|
| 35 |
def launch(self, **kwargs):
|
| 36 |
"""Launch the Gradio interface."""
|
| 37 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 38 |
-
gr.Markdown("# 🤖
|
| 39 |
gr.Markdown("""
|
| 40 |
This agent can:
|
| 41 |
- Get weather information for specific cities.
|
|
|
|
| 35 |
def launch(self, **kwargs):
|
| 36 |
"""Launch the Gradio interface."""
|
| 37 |
with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
| 38 |
+
gr.Markdown("# 🤖 City Weather")
|
| 39 |
gr.Markdown("""
|
| 40 |
This agent can:
|
| 41 |
- Get weather information for specific cities.
|