cgeorgiaw HF Staff commited on
Commit
390e86b
·
1 Parent(s): 5a02026

still trying to make the leaderboard

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