yuxwu commited on
Commit
60e0493
·
1 Parent(s): 547f079

Added messaged

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ with gr.Blocks(css=css) as demo:
94
  with gr.Column(elem_id="col-container"):
95
  gr.Markdown("""# 🏟 ChatArena️<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,
 
94
  with gr.Column(elem_id="col-container"):
95
  gr.Markdown("""# 🏟 ChatArena️<br>
96
  Prompting multiple AI agents to play games in a language-driven environment.
97
+ **[Project Homepage](https://github.com/chatarena/chatarena)**
98
+ ### Due to the high volume of requests, our OpenAI API Token exceeded the billing limit. We are approaching OpenAI to get the research access at the moment. We encourage users to run the demo locally following [this instruction](https://github.com/chatarena/chatarena#launch-the-demo-locally).""", elem_id="header")
99
 
100
  with gr.Row():
101
  env_selector = gr.Dropdown(choices=list(ENV_REGISTRY.keys()), value=DEFAULT_ENV, interactive=True,