Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,8 +49,6 @@ agent = CodeAgent(
|
|
| 49 |
)
|
| 50 |
demo = GradioUI(
|
| 51 |
agent=get_weather,
|
| 52 |
-
title="DTS Weather Tool",
|
| 53 |
-
description="Enter a city to get current weather"
|
| 54 |
)
|
| 55 |
demo.launch(ssr=False)
|
| 56 |
|
|
|
|
| 49 |
)
|
| 50 |
demo = GradioUI(
|
| 51 |
agent=get_weather,
|
|
|
|
|
|
|
| 52 |
)
|
| 53 |
demo.launch(ssr=False)
|
| 54 |
|