Spaces:
Sleeping
Sleeping
Commit
·
8783478
1
Parent(s):
a157f0f
testing
Browse files
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
|