still trying to make the leaderboard
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ 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")
|
55 |
|
56 |
Leaderboard(
|
@@ -64,7 +64,7 @@ def gradio_interface() -> gr.Blocks:
|
|
64 |
render=True
|
65 |
)
|
66 |
|
67 |
-
with gr.TabItem("About", elem_id="boundary-benchmark-tab-table"):
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
## About This Challenge
|
@@ -100,7 +100,7 @@ def gradio_interface() -> gr.Blocks:
|
|
100 |
# dropdown = gr.Dropdown(choices=filenames, label="Choose a file")
|
101 |
# plot_output = gr.Plot()
|
102 |
|
103 |
-
with gr.TabItem("Submit", elem_id="boundary-benchmark-tab-table"):
|
104 |
gr.Markdown(
|
105 |
"""
|
106 |
# Plasma Boundary Evaluation Submission
|
|
|
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")
|
55 |
|
56 |
Leaderboard(
|
|
|
64 |
render=True
|
65 |
)
|
66 |
|
67 |
+
with gr.TabItem("βAbout", elem_id="boundary-benchmark-tab-table"):
|
68 |
gr.Markdown(
|
69 |
"""
|
70 |
## About This Challenge
|
|
|
100 |
# dropdown = gr.Dropdown(choices=filenames, label="Choose a file")
|
101 |
# plot_output = gr.Plot()
|
102 |
|
103 |
+
with gr.TabItem("βοΈ Submit", elem_id="boundary-benchmark-tab-table"):
|
104 |
gr.Markdown(
|
105 |
"""
|
106 |
# Plasma Boundary Evaluation Submission
|