ryefoxlime commited on
Commit
3e23d4a
·
1 Parent(s): f328415

changed the reseach output file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/resouce.md", "rb") as fp:
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,