SondosMB commited on
Commit
42ad0a2
·
verified ·
1 Parent(s): d0dba04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- <h2>Submit Your Predictions</h2>
441
- <p>Upload your prediction file and provide your model name to evaluate and submit to the leaderboard.</p>
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"):