Spaces:
Running
Running
Fix visibility and layout
Browse files
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(
|
|
|
|
|
|
|
|
|
|
| 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:
|