Spaces:
Runtime error
Runtime error
updated title
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ with block:
|
|
68 |
gr.Markdown(f"""
|
69 |
# π Deep Reinforcement Learning Course Leaderboard (Mirror)π
|
70 |
|
71 |
-
Presenting the latest leaderboard from the Hugging Face Deep RL Course -
|
72 |
""")
|
73 |
|
74 |
for i in range(0, len(rl_envs)):
|
|
|
68 |
gr.Markdown(f"""
|
69 |
# π Deep Reinforcement Learning Course Leaderboard (Mirror)π
|
70 |
|
71 |
+
Presenting the latest leaderboard from the Hugging Face Deep RL Course - last refreshed @ {last_refresh_time}.
|
72 |
""")
|
73 |
|
74 |
for i in range(0, len(rl_envs)):
|