com3dian commited on
Commit
7d81953
·
verified ·
1 Parent(s): b7a313f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -8
src/streamlit_app.py CHANGED
@@ -4,18 +4,10 @@ from evaluation import evaluate_submission
4
  import os
5
  import datetime
6
 
7
-
8
  LEADERBOARD_FILE = "leaderboard.csv"
9
 
10
  st.title("🏆 Hackathon Leaderboard")
11
 
12
- """
13
- **Welcome to the exercises of reinforcement learning!**
14
-
15
- In this exercise we will train two popular deep reinforcement learning agents that you have learned through your courses.
16
- This is the time to put that knowledge to practice!
17
- """
18
-
19
  uploaded_file = st.file_uploader("Upload your submission (.py)", type=["py"])
20
 
21
  if uploaded_file:
 
4
  import os
5
  import datetime
6
 
 
7
  LEADERBOARD_FILE = "leaderboard.csv"
8
 
9
  st.title("🏆 Hackathon Leaderboard")
10
 
 
 
 
 
 
 
 
11
  uploaded_file = st.file_uploader("Upload your submission (.py)", type=["py"])
12
 
13
  if uploaded_file: