Spaces:
Running
Running
Update pages/6 Keywords Stem.py
Browse files- 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 |
-
"
|
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 |
-
"
|
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:
|