Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,11 +39,8 @@ agent = CodeAgent(
|
|
| 39 |
wolfram_alpha,
|
| 40 |
search_tool,
|
| 41 |
image_generation_tool,
|
| 42 |
-
convert_currency,
|
| 43 |
get_weather,
|
| 44 |
-
get_news_headlines,
|
| 45 |
get_joke,
|
| 46 |
-
get_random_fact,
|
| 47 |
search_wikipedia,
|
| 48 |
get_current_time_in_timezone,
|
| 49 |
visit_webpage_tool
|
|
|
|
| 39 |
wolfram_alpha,
|
| 40 |
search_tool,
|
| 41 |
image_generation_tool,
|
|
|
|
| 42 |
get_weather,
|
|
|
|
| 43 |
get_joke,
|
|
|
|
| 44 |
search_wikipedia,
|
| 45 |
get_current_time_in_timezone,
|
| 46 |
visit_webpage_tool
|