com3dian commited on
Commit
53ea54b
Β·
verified Β·
1 Parent(s): 5368735

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -12,7 +12,7 @@ LEADERBOARD_FILE = os.path.join(os.path.dirname(__file__), "..", "leaderboard.cs
12
 
13
  st.title("πŸ† Hackathon Leaderboard")
14
 
15
- uploaded_file = st.file_uploader("Upload your submission (.py)", type=["py"])
16
 
17
  if uploaded_file:
18
  temp_path = os.path.join(os.path.dirname(__file__), "submission_temp.py")
 
12
 
13
  st.title("πŸ† Hackathon Leaderboard")
14
 
15
+ uploaded_file = st.file_uploader("Upload your submission (.py)")
16
 
17
  if uploaded_file:
18
  temp_path = os.path.join(os.path.dirname(__file__), "submission_temp.py")