Spaces:
Runtime error
Runtime error
liberatoratif
commited on
Commit
•
30d0d6a
1
Parent(s):
3a7e1e1
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with open("ATIF_SHAIK.pdf", "rb") as pdf_file:
|
|
40 |
|
41 |
with st.sidebar:
|
42 |
err = 0
|
43 |
-
data = st.file_uploader("Upload Stores Data (please use the same data uder 'files' section)"
|
44 |
if data:
|
45 |
# st.write(data.type)
|
46 |
if data.type != 'text/csv':
|
|
|
40 |
|
41 |
with st.sidebar:
|
42 |
err = 0
|
43 |
+
data = st.file_uploader("Upload Stores Data (please use the same data uder 'files' section)")
|
44 |
if data:
|
45 |
# st.write(data.type)
|
46 |
if data.type != 'text/csv':
|