bstraehle commited on
Commit
fc7e5cb
1 Parent(s): 1814208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import agentops, os
3
 
4
- from crew import get_financial_trading_crew
5
 
6
  AGENTOPS_API_KEY = os.environ["AGENTOPS_API_KEY"]
7
 
 
1
  import gradio as gr
2
  import agentops, os
3
 
4
+ from crew import get_crew
5
 
6
  AGENTOPS_API_KEY = os.environ["AGENTOPS_API_KEY"]
7