com3dian commited on
Commit
52befe6
·
verified ·
1 Parent(s): 5d56156

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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()