changed filename of downloaded nearest neighbours
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ if selected == "App":
|
|
188 |
st.download_button(
|
189 |
"Download results",
|
190 |
data=file_byte,
|
191 |
-
file_name = f'nearest_neighbours_{target_word}
|
192 |
mime='application/octet-stream'
|
193 |
)
|
194 |
|
|
|
188 |
st.download_button(
|
189 |
"Download results",
|
190 |
data=file_byte,
|
191 |
+
file_name = f'nearest_neighbours_{target_word}.xlsx',
|
192 |
mime='application/octet-stream'
|
193 |
)
|
194 |
|