lcipolina commited on
Commit
b29647b
·
verified ·
1 Parent(s): b95ef88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def extract_leaderboard_stats(game_name: str) -> pd.DataFrame:
124
  with gr.Blocks() as interface:
125
  with gr.Tab("Game Arena"):
126
  gr.Markdown("# Play Against LLMs\nChoose a game and an opponent to play!")
127
- game_dropdown = gr.Dropdown(get_available_games()[1:], label="Select a Game")
128
  opponent_dropdown = gr.Dropdown(["Random Bot", "LLM"], label="Choose Opponent")
129
  play_button = gr.Button("Start Game")
130
  game_output = gr.Textbox(label="Game Log")
 
124
  with gr.Blocks() as interface:
125
  with gr.Tab("Game Arena"):
126
  gr.Markdown("# Play Against LLMs\nChoose a game and an opponent to play!")
127
+ game_dropdown = gr.Dropdown(get_available_games(), label="Select a Game")
128
  opponent_dropdown = gr.Dropdown(["Random Bot", "LLM"], label="Choose Opponent")
129
  play_button = gr.Button("Start Game")
130
  game_output = gr.Textbox(label="Game Log")