Andy Janco commited on
Commit
b8f3559
·
1 Parent(s): bac843b

just plain text, not a csv

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ for uploaded_file in uploaded_files:
35
  for match_id,start,end in matches:
36
  isbn += f"{doc[start:end]}\n"
37
 
38
- st.download_button('Download CSV', isbn, 'text/csv')
39
 
 
35
  for match_id,start,end in matches:
36
  isbn += f"{doc[start:end]}\n"
37
 
38
+ st.download_button('Download', isbn, 'text/plain')
39