Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -436,9 +436,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
| 436 |
|
| 437 |
with gr.TabItem("📤 Submission"):
|
| 438 |
gr.Markdown("""
|
| 439 |
-
<div class="submission-section">
|
| 440 |
-
|
| 441 |
-
|
| 442 |
</div>
|
| 443 |
""")
|
| 444 |
with gr.Row(elem_id="submission-fields"):
|
|
|
|
| 436 |
|
| 437 |
with gr.TabItem("📤 Submission"):
|
| 438 |
gr.Markdown("""
|
| 439 |
+
<div class="submission-section" style="border: 3px solid #6a1b9a; padding: 20px; border-radius: 12px; box-shadow: 0 4px 10px rgba(106, 27, 154, 0.2);">
|
| 440 |
+
<h2 style="color: #6a1b9a; text-align: center;">Submit Your Predictions</h2>
|
| 441 |
+
<p style="font-size: 1.2em; color: #333; text-align: center;">Upload your prediction file and provide your model name to evaluate and optionally submit your results to the leaderboard.</p>
|
| 442 |
</div>
|
| 443 |
""")
|
| 444 |
with gr.Row(elem_id="submission-fields"):
|