Spaces:
Running
Running
Update app.py
Browse filesimport math earlier. fix - InterpreterError: The variable math is not defined.
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from smolagents import CodeAgent,DuckDuckGoSearchTool,HfApiModel,load_tool,tool
|
2 |
import datetime
|
|
|
3 |
import requests
|
4 |
import pytz
|
5 |
import yaml
|
|
|
1 |
from smolagents import CodeAgent,DuckDuckGoSearchTool,HfApiModel,load_tool,tool
|
2 |
import datetime
|
3 |
+
import math
|
4 |
import requests
|
5 |
import pytz
|
6 |
import yaml
|