Changed default to Claude 3.7
Browse files- arena/c4.py +4 -4
arena/c4.py
CHANGED
@@ -217,12 +217,12 @@ def make_display():
|
|
217 |
reset_button = gr.Button("Start Over", variant="stop")
|
218 |
with gr.Row():
|
219 |
gr.HTML(
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
with gr.Column(scale=1):
|
224 |
yellow_thoughts, yellow_dropdown = player_section(
|
225 |
-
"Yellow", "claude-3-
|
226 |
)
|
227 |
with gr.TabItem("Leaderboard") as leaderboard_tab:
|
228 |
with gr.Row():
|
|
|
217 |
reset_button = gr.Button("Start Over", variant="stop")
|
218 |
with gr.Row():
|
219 |
gr.HTML(
|
220 |
+
'<div style="text-align: center;font-size:16px">See the <a href="https://youtu.be/0OF-ChlKOQY">video walkthrough</a> of the code and <a href="https://github.com/ed-donner/connect">clone</a> the repo</div>'
|
221 |
+
)
|
222 |
+
|
223 |
with gr.Column(scale=1):
|
224 |
yellow_thoughts, yellow_dropdown = player_section(
|
225 |
+
"Yellow", "claude-3-7-sonnet-latest"
|
226 |
)
|
227 |
with gr.TabItem("Leaderboard") as leaderboard_tab:
|
228 |
with gr.Row():
|