Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
@@ -94,7 +94,7 @@ expander.write("""
|
|
94 |
|
95 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
96 |
|
97 |
-
**Supported Languages:** English
|
98 |
|
99 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
100 |
|
@@ -311,7 +311,7 @@ if st.button("Results"):
|
|
311 |
st.download_button(
|
312 |
label="Download results and glossary (zip)",
|
313 |
data=buf.getvalue(),
|
314 |
-
file_name="
|
315 |
mime="application/zip",
|
316 |
)
|
317 |
|
|
|
94 |
|
95 |
**Usage Limits:** You can request results unlimited times for one (1) month.
|
96 |
|
97 |
+
**Supported Languages:** English, German, French, Italian, Spanish, Portuguese
|
98 |
|
99 |
**Technical issues:** If your connection times out, please refresh the page or reopen the app's URL.
|
100 |
|
|
|
311 |
st.download_button(
|
312 |
label="Download results and glossary (zip)",
|
313 |
data=buf.getvalue(),
|
314 |
+
file_name="nlpblogs_results.zip",
|
315 |
mime="application/zip",
|
316 |
)
|
317 |
|