renwei2024 commited on
Commit
cc5b048
·
verified ·
1 Parent(s): 52a34fb

Import os module in app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  from smolagents import CodeAgent, DuckDuckGoSearchTool, LiteLLMModel, load_tool, tool
2
  import datetime
3
- import requests
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