Spaces:
Runtime error
Runtime error
refine
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ with gr.Blocks() as app:
|
|
336 |
"""
|
337 |
# 🏆 Software Engineering Arena Leaderboard: Community-Driven Evaluation of Top SE Chatbots
|
338 |
|
339 |
-
The Software Engineering (SE) Arena is an open-source platform designed to evaluate language models through human preference, fostering transparency and collaboration. Developed by researchers at [Software Analysis and Intelligence Lab (SAIL)](https://sail.cs.queensu.ca), the platform empowers the community to assess and compare the performance of leading foundation models in SE tasks. For technical details, check out our [paper](
|
340 |
""",
|
341 |
elem_classes="leaderboard-intro",
|
342 |
)
|
@@ -386,7 +386,7 @@ with gr.Blocks() as app:
|
|
386 |
# Add Hugging Face Sign In button and message
|
387 |
with gr.Row():
|
388 |
# Define the markdown text with or without the hint string
|
389 |
-
markdown_text = "## Please sign in
|
390 |
if SHOW_HINT_STRING:
|
391 |
markdown_text += f"\n{HINT_STRING}"
|
392 |
hint_markdown = gr.Markdown(markdown_text, elem_classes="markdown-text")
|
|
|
336 |
"""
|
337 |
# 🏆 Software Engineering Arena Leaderboard: Community-Driven Evaluation of Top SE Chatbots
|
338 |
|
339 |
+
The Software Engineering (SE) Arena is an open-source platform designed to evaluate language models through human preference, fostering transparency and collaboration. Developed by researchers at [Software Analysis and Intelligence Lab (SAIL)](https://sail.cs.queensu.ca), the platform empowers the community to assess and compare the performance of leading foundation models in SE tasks. For technical details, check out our [paper](TODO).
|
340 |
""",
|
341 |
elem_classes="leaderboard-intro",
|
342 |
)
|
|
|
386 |
# Add Hugging Face Sign In button and message
|
387 |
with gr.Row():
|
388 |
# Define the markdown text with or without the hint string
|
389 |
+
markdown_text = "## Please sign in first to vote!"
|
390 |
if SHOW_HINT_STRING:
|
391 |
markdown_text += f"\n{HINT_STRING}"
|
392 |
hint_markdown = gr.Markdown(markdown_text, elem_classes="markdown-text")
|