Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -14,7 +14,7 @@ st.title("🏆 Hackathon Leaderboard")
|
|
| 14 |
# Submission Form
|
| 15 |
# ========================
|
| 16 |
|
| 17 |
-
uploaded_file = st.file_uploader("Upload your submission (.zip)", type=["zip"])
|
| 18 |
|
| 19 |
# if uploaded_file and st.button("Submit"):
|
| 20 |
# timestamp = datetime.datetime.now().isoformat()
|
|
|
|
| 14 |
# Submission Form
|
| 15 |
# ========================
|
| 16 |
|
| 17 |
+
uploaded_file = st.file_uploader("Upload your submission (.zip)", type=["zip"], key="file-upload-1")
|
| 18 |
|
| 19 |
# if uploaded_file and st.button("Submit"):
|
| 20 |
# timestamp = datetime.datetime.now().isoformat()
|