Mark7549 commited on
Commit
1eab639
·
1 Parent(s): c79bcd9

changed filename of downloaded nearest neighbours

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}_TEST.xlsx',
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