Update app.py
Browse files
app.py
CHANGED
@@ -521,7 +521,7 @@ with gr.Blocks() as app:
|
|
521 |
# Add title and description as a Markdown component
|
522 |
arena_intro = gr.Markdown(
|
523 |
f"""
|
524 |
-
# ⚔️ SE Arena: Explore and Test Top FMs with SE Tasks
|
525 |
|
526 |
## 📜How It Works
|
527 |
- **Blind Comparison**: Submit a SE-related query to two anonymous FMs randomly selected from up to {len(available_models)} top models from OpenAI, Gemini, Grok, Claude, Deepseek, Qwen, Llama, Mistral, and others.
|
|
|
521 |
# Add title and description as a Markdown component
|
522 |
arena_intro = gr.Markdown(
|
523 |
f"""
|
524 |
+
# ⚔️ SE Arena: Explore and Test Top FMs with SE Tasks by Community Voting
|
525 |
|
526 |
## 📜How It Works
|
527 |
- **Blind Comparison**: Submit a SE-related query to two anonymous FMs randomly selected from up to {len(available_models)} top models from OpenAI, Gemini, Grok, Claude, Deepseek, Qwen, Llama, Mistral, and others.
|