Spaces:
Runtime error
Runtime error
fix issue with datetime
Browse files
app.py
CHANGED
|
@@ -190,8 +190,7 @@ with block:
|
|
| 190 |
|
| 191 |
Presenting the latest leaderboard from the Hugging Face Deep RL Course - refresh ({last_refresh_time}).
|
| 192 |
""")
|
| 193 |
-
|
| 194 |
-
gr.Markdown(f"**Last Data Refresh:** {last_refresh_time}")
|
| 195 |
|
| 196 |
for i in range(0, len(rl_envs)):
|
| 197 |
rl_env = rl_envs[i]
|
|
|
|
| 190 |
|
| 191 |
Presenting the latest leaderboard from the Hugging Face Deep RL Course - refresh ({last_refresh_time}).
|
| 192 |
""")
|
| 193 |
+
|
|
|
|
| 194 |
|
| 195 |
for i in range(0, len(rl_envs)):
|
| 196 |
rl_env = rl_envs[i]
|