Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(css=css) as demo:
|
|
94 |
with gr.Column(elem_id="col-container"):
|
95 |
gr.Markdown("""# 🏟 Chat Arena️<br>
|
96 |
Prompting multiple AI agents to play games in a language-driven environment.
|
97 |
-
[
|
98 |
|
99 |
with gr.Row():
|
100 |
env_selector = gr.Dropdown(choices=list(ENV_REGISTRY.keys()), value=DEFAULT_ENV, interactive=True,
|
|
|
94 |
with gr.Column(elem_id="col-container"):
|
95 |
gr.Markdown("""# 🏟 Chat Arena️<br>
|
96 |
Prompting multiple AI agents to play games in a language-driven environment.
|
97 |
+
**[Project Homepage](https://github.com/chatarena/chatarena)**""", elem_id="header")
|
98 |
|
99 |
with gr.Row():
|
100 |
env_selector = gr.Dropdown(choices=list(ENV_REGISTRY.keys()), value=DEFAULT_ENV, interactive=True,
|