Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ agent = CodeAgent(
|
|
| 36 |
tools=[
|
| 37 |
final_answer,
|
| 38 |
# wolfram_tool,
|
| 39 |
-
|
| 40 |
search_tool,
|
| 41 |
image_generation_tool,
|
| 42 |
convert_currency,
|
|
|
|
| 36 |
tools=[
|
| 37 |
final_answer,
|
| 38 |
# wolfram_tool,
|
| 39 |
+
wolfram_alpha,
|
| 40 |
search_tool,
|
| 41 |
image_generation_tool,
|
| 42 |
convert_currency,
|