thatting commited on
Commit
7c5f5df
·
verified ·
1 Parent(s): e61e021

Update app.py

Browse files

Fix import error

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import inspect
5
  import pandas as pd
6
 
7
  # Import modules and classes from openai and smolagents
8
- import openai
9
  # from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool, VisitWebpageTool, PythonInterpreterTool, SpeechToTextTool
10
 
11
  # Create API keys
 
5
  import pandas as pd
6
 
7
  # Import modules and classes from openai and smolagents
8
+ # import openai
9
  # from smolagents import CodeAgent, OpenAIServerModel, GoogleSearchTool, VisitWebpageTool, PythonInterpreterTool, SpeechToTextTool
10
 
11
  # Create API keys