still trying to make the leaderboard
Browse files
app.py
CHANGED
@@ -48,6 +48,7 @@ def show_output_box(message):
|
|
48 |
|
49 |
def gradio_interface() -> gr.Blocks:
|
50 |
with gr.Blocks() as demo:
|
|
|
51 |
with gr.Tabs(elem_classes="tab-buttons"):
|
52 |
with gr.TabItem("Leaderboard", elem_id="boundary-benchmark-tab-table"):
|
53 |
gr.Markdown("# Boundary Design Leaderboard")
|
|
|
48 |
|
49 |
def gradio_interface() -> gr.Blocks:
|
50 |
with gr.Blocks() as demo:
|
51 |
+
gr.Markdown("## Welcome to the ConStellaration Boundary Leaderboard!")
|
52 |
with gr.Tabs(elem_classes="tab-buttons"):
|
53 |
with gr.TabItem("Leaderboard", elem_id="boundary-benchmark-tab-table"):
|
54 |
gr.Markdown("# Boundary Design Leaderboard")
|