Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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)"
|
| 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")
|