Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ from Gradio_UI import GradioUI
|
|
| 17 |
# arg2: the second argument
|
| 18 |
# """
|
| 19 |
# return "What magic will you build ?"
|
| 20 |
-
|
| 21 |
|
| 22 |
def my_custom_tool(city: str) -> str:
|
| 23 |
"""A tool that fetches the current weather for a given city.
|
|
|
|
| 17 |
# arg2: the second argument
|
| 18 |
# """
|
| 19 |
# return "What magic will you build ?"
|
| 20 |
+
|
| 21 |
|
| 22 |
def my_custom_tool(city: str) -> str:
|
| 23 |
"""A tool that fetches the current weather for a given city.
|