Commit
β’
0496749
1
Parent(s):
3dcfe9e
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,9 @@ def filter_data(rl_env, path, user_id):
|
|
284 |
|
285 |
print(models)
|
286 |
return models
|
287 |
-
|
|
|
|
|
288 |
with block:
|
289 |
gr.Markdown(f"""
|
290 |
# π The Deep Reinforcement Learning Course Leaderboard π
|
|
|
284 |
|
285 |
print(models)
|
286 |
return models
|
287 |
+
|
288 |
+
run_update_dataset()
|
289 |
+
|
290 |
with block:
|
291 |
gr.Markdown(f"""
|
292 |
# π The Deep Reinforcement Learning Course Leaderboard π
|