MadMarx37 commited on
Commit
064bced
·
1 Parent(s): 0eacf1c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
- from agent import get_crew
3
  import json
4
  from dotenv import load_dotenv
5
  import os
 
1
  import gradio as gr
2
+ from agents import get_crew
3
  import json
4
  from dotenv import load_dotenv
5
  import os