cgeorgiaw HF Staff commited on
Commit
939fb39
Β·
1 Parent(s): d88805c

still trying to make the leaderboard

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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