AlexNijjar commited on
Commit
1ce104b
1 Parent(s): f1a85bc

Add cover image and info

Browse files
Files changed (1) hide show
  1. app.py +19 -0
app.py CHANGED
@@ -196,6 +196,25 @@ def refresh():
196
  fetch_wandb_data()
197
  demo.clear()
198
  with demo:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
200
  choices = list(runs.keys())
201
  dropdown = gr.Dropdown(
 
196
  fetch_wandb_data()
197
  demo.clear()
198
  with demo:
199
+ gr.Image(
200
+ "cover.png",
201
+ show_label=False,
202
+ show_download_button=False,
203
+ interactive=False,
204
+ show_fullscreen_button=False,
205
+ )
206
+
207
+ gr.Label(
208
+ "SN39 EdgeMaxxing Leaderboard",
209
+ show_label=False,
210
+ ),
211
+
212
+ gr.Text(
213
+ "This leaderboard for SN39 tracks the results and top model submissions from current and previous contests.",
214
+ show_label=False,
215
+ text_align="center",
216
+ )
217
+
218
  with gr.Accordion("Contest #1 Submission Leader: New Dream SDXL on NVIDIA RTX 4090s"):
219
  choices = list(runs.keys())
220
  dropdown = gr.Dropdown(