idolezal commited on
Commit
a64827b
β€’
1 Parent(s): 31ae9dc

Fix visibility and layout

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -321,7 +321,10 @@ with gr.Blocks(theme=gr.themes.Soft(text_size=text_md), css=custom_css) as main:
321
  )
322
 
323
  with gr.Row():
324
- tournament_results_title = gr.Markdown("## Tournament results for selected model")
 
 
 
325
 
326
  with gr.Row():
327
  with leaderboard_server.var_lock.ro:
 
321
  )
322
 
323
  with gr.Row():
324
+ tournament_results_title = gr.Markdown(
325
+ value="## Tournament results for selected model",
326
+ visible=False,
327
+ )
328
 
329
  with gr.Row():
330
  with leaderboard_server.var_lock.ro: