ChaosBot commited on
Commit
b70a448
·
verified ·
1 Parent(s): 2ce3bdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ from Gradio_UI import GradioUI
9
 
10
  @tool
11
  def get_weather(city: str) -> str:
12
- """A tool that fetches the current weather information for a specified city.
 
13
 
14
  Args:
15
  city (str): The name of the city to fetch the weather for (e.g., 'New York').
 
9
 
10
  @tool
11
  def get_weather(city: str) -> str:
12
+ """
13
+ A tool that fetches the current weather information for a specified city.
14
 
15
  Args:
16
  city (str): The name of the city to fetch the weather for (e.g., 'New York').