Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
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")
|