AlexNijjar commited on
Commit
285abea
1 Parent(s): 263fd9d
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -205,16 +205,14 @@ def refresh():
205
  show_share_button=False,
206
  )
207
 
208
- gr.Label(
209
- "SN39 EdgeMaxxing Leaderboard",
210
- show_label=False,
211
- ),
212
-
213
- gr.Text(
214
- "This leaderboard for SN39 tracks the results and top model submissions from current and previous contests.",
215
- show_label=False,
216
- text_align="center",
217
- )
218
 
219
  with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
220
  choices = list(runs.keys())
 
205
  show_share_button=False,
206
  )
207
 
208
+ gr.Markdown(
209
+ """
210
+ <center>
211
+ <h1 style="font-size: 50=px"> SN39 EdgeMaxxing Leaderboard </h1>
212
+
213
+ This leaderboard for SN39 tracks the results and top model submissions from current and previous contests.
214
+ </center>
215
+ """)
 
 
216
 
217
  with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
218
  choices = list(runs.keys())