Spaces:
Sleeping
Sleeping
ryefoxlime
commited on
Commit
·
3e23d4a
1
Parent(s):
f328415
changed the reseach output file
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ class MarketUseCaseGen:
|
|
72 |
# Download button for resources
|
73 |
with col3:
|
74 |
if st.session_state.article_text:
|
75 |
-
with open("output/
|
76 |
st.download_button(
|
77 |
label="Download Resources",
|
78 |
data=fp,
|
|
|
72 |
# Download button for resources
|
73 |
with col3:
|
74 |
if st.session_state.article_text:
|
75 |
+
with open("output/researched_data.md", "rb") as fp:
|
76 |
st.download_button(
|
77 |
label="Download Resources",
|
78 |
data=fp,
|