Spaces:
Sleeping
Sleeping
Arkadiusz Czerwiński commited on
Commit ·
0e65f70
1
Parent(s): cad0ce0
feat: initial changes
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def datasets():
|
|
| 53 |
|
| 54 |
st.markdown("### If you want to upload a dataset you can do it below:")
|
| 55 |
|
| 56 |
-
uploaded_file = st.file_uploader("Upload a file", type=["
|
| 57 |
|
| 58 |
if uploaded_file is not None:
|
| 59 |
# Do something with the uploaded file, e.g., display its name
|
|
|
|
| 53 |
|
| 54 |
st.markdown("### If you want to upload a dataset you can do it below:")
|
| 55 |
|
| 56 |
+
uploaded_file = st.file_uploader("Upload a file", type=["csv", "tsv", "pk", "gz"])
|
| 57 |
|
| 58 |
if uploaded_file is not None:
|
| 59 |
# Do something with the uploaded file, e.g., display its name
|