Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
app.py
|
| 2 |
import os
|
| 3 |
import streamlit as st
|
| 4 |
from dotenv import load_dotenv
|
|
@@ -148,7 +147,7 @@ def main():
|
|
| 148 |
if not topic:
|
| 149 |
st.error("Please enter a research topic")
|
| 150 |
return
|
| 151 |
-
|
| 152 |
report = run_market_research(topic)
|
| 153 |
|
| 154 |
if report:
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import streamlit as st
|
| 3 |
from dotenv import load_dotenv
|
|
|
|
| 147 |
if not topic:
|
| 148 |
st.error("Please enter a research topic")
|
| 149 |
return
|
| 150 |
+
|
| 151 |
report = run_market_research(topic)
|
| 152 |
|
| 153 |
if report:
|