ryefoxlime commited on
Commit
8783478
·
1 Parent(s): a157f0f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  #gui/app.py
2
  import sys
3
  import streamlit as st
4
- from research_agent.crew import MarketUseCaseCrew
5
  import streamlit as st
6
  from crewai import Crew, Process
7
  import os
 
1
  #gui/app.py
2
  import sys
3
  import streamlit as st
4
+ from src.research_agent.crew import MarketUseCaseCrew
5
  import streamlit as st
6
  from crewai import Crew, Process
7
  import os