Spaces:
Build error
Build error
Andy Janco
commited on
Commit
·
b8f3559
1
Parent(s):
bac843b
just plain text, not a csv
Browse files
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
|
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 |
|