faizhalas commited on
Commit
6836bde
Β·
verified Β·
1 Parent(s): 7fac445

Update pages/6 Keywords Stem.py

Browse files
Files changed (1) hide show
  1. pages/6 Keywords Stem.py +2 -2
pages/6 Keywords Stem.py CHANGED
@@ -185,7 +185,7 @@ if uploaded_file is not None:
185
  st.download_button(
186
  "Press to download result πŸ‘ˆ",
187
  csv,
188
- "scopus.csv",
189
  "text/csv")
190
 
191
  elif extype.endswith('.txt'):
@@ -194,7 +194,7 @@ if uploaded_file is not None:
194
  st.download_button(
195
  "Press to download result πŸ‘ˆ",
196
  txt,
197
- "savedrecs.txt",
198
  "text/csv")
199
 
200
  with tab2:
 
185
  st.download_button(
186
  "Press to download result πŸ‘ˆ",
187
  csv,
188
+ "result.csv",
189
  "text/csv")
190
 
191
  elif extype.endswith('.txt'):
 
194
  st.download_button(
195
  "Press to download result πŸ‘ˆ",
196
  txt,
197
+ "result.txt",
198
  "text/csv")
199
 
200
  with tab2: