Update app.py
Browse files
app.py
CHANGED
@@ -311,12 +311,10 @@ initialize_leaderboard_file()
|
|
311 |
|
312 |
with gr.Blocks() as demo:
|
313 |
gr.Markdown("""
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
)
|
319 |
-
Here you can submit your predictions, view the leaderboard, and track your performance!
|
320 |
""")
|
321 |
|
322 |
with gr.Tabs():
|
|
|
311 |
|
312 |
with gr.Blocks() as demo:
|
313 |
gr.Markdown("""
|
314 |
+
# Competition Title
|
315 |
+
### Welcome to the Competition Overview
|
316 |
+

|
317 |
+
Here you can submit your predictions, view the leaderboard, and track your performance!
|
|
|
|
|
318 |
""")
|
319 |
|
320 |
with gr.Tabs():
|