Spaces:
Runtime error
Runtime error
Commit
•
f192c07
1
Parent(s):
b843e4b
Update link course
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def get_info_display(dataframe,env_name,name_leaderboard,is_empty):
|
|
181 |
<br>
|
182 |
<p> You can click on the model's name to be redirected to its model card which includes documentation. </p>
|
183 |
<br>
|
184 |
-
<p> You want to try your
|
185 |
</p>
|
186 |
</div>
|
187 |
""".format(len_dataframe = len(dataframe),env_name = env_name,name_leaderboard = name_leaderboard,num_unique_users = len(set(dataframe['User'].values)))
|
|
|
181 |
<br>
|
182 |
<p> You can click on the model's name to be redirected to its model card which includes documentation. </p>
|
183 |
<br>
|
184 |
+
<p> You want to try to train your agents? <a href="http://eepurl.com/h1pElX" target="_blank">Sign up to the Hugging Face free Deep Reinforcement Learning Class 🤗 </a>.
|
185 |
</p>
|
186 |
</div>
|
187 |
""".format(len_dataframe = len(dataframe),env_name = env_name,name_leaderboard = name_leaderboard,num_unique_users = len(set(dataframe['User'].values)))
|