Spaces:
Build error
Build error
Andy Janco
commited on
Commit
·
bac843b
1
Parent(s):
d2b4c91
Remove header row, isn't really a csv
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ pattern = [{'IS_DIGIT': True},
|
|
21 |
{'IS_DIGIT': True}]
|
22 |
matcher.add("ISBN",[pattern])
|
23 |
|
24 |
-
isbn = """
|
25 |
uploaded_files = st.file_uploader("Select files to process", accept_multiple_files=True)
|
26 |
|
27 |
for uploaded_file in uploaded_files:
|
|
|
21 |
{'IS_DIGIT': True}]
|
22 |
matcher.add("ISBN",[pattern])
|
23 |
|
24 |
+
isbn = """"""
|
25 |
uploaded_files = st.file_uploader("Select files to process", accept_multiple_files=True)
|
26 |
|
27 |
for uploaded_file in uploaded_files:
|