Spaces:
Runtime error
Runtime error
Commit
β’
457d9a8
1
Parent(s):
b32b516
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as block:
|
|
30 |
|
31 |
π To visualize your agents competing check this demo: https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
32 |
|
33 |
-
π€ For more information about this AI vs. AI challenge and to participate? Check
|
34 |
""")
|
35 |
with gr.Row():
|
36 |
output = gr.components.Dataframe(
|
|
|
30 |
|
31 |
π To visualize your agents competing check this demo: https://huggingface.co/spaces/unity/ML-Agents-SoccerTwos
|
32 |
|
33 |
+
π€ For more information about this AI vs. AI challenge and to participate? [Check this](https://huggingface.co/deep-rl-course/unit7)
|
34 |
""")
|
35 |
with gr.Row():
|
36 |
output = gr.components.Dataframe(
|