cjb97 commited on
Commit
1172b96
·
verified ·
1 Parent(s): 27f8993

Updated agent name

Browse files
Files changed (1) hide show
  1. 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("# 🤖 My First Agent with smolagents")
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.