Spaces:
Sleeping
Sleeping
Import os module in app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, LiteLLMModel, load_tool, tool
|
| 2 |
import datetime
|
| 3 |
-
import
|
| 4 |
import pytz
|
|
|
|
| 5 |
import yaml
|
| 6 |
import yfinance as yf
|
| 7 |
from tools.final_answer import FinalAnswerTool
|
|
|
|
| 1 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, LiteLLMModel, load_tool, tool
|
| 2 |
import datetime
|
| 3 |
+
import os
|
| 4 |
import pytz
|
| 5 |
+
import requests
|
| 6 |
import yaml
|
| 7 |
import yfinance as yf
|
| 8 |
from tools.final_answer import FinalAnswerTool
|