SondosMB commited on
Commit
eac8f71
Β·
verified Β·
1 Parent(s): be83dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -180,7 +180,6 @@ with gr.Blocks(css=css_tech_theme) as demo:
180
  <div class="center-content">
181
  <h1>πŸ† Mobile-MMLU Benchmark Competition</h1>
182
  <h2>🌟 Welcome to the Competition</h2>
183
- <img src="https://via.placeholder.com/200" alt="Competition Logo">
184
  <p>
185
  Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
186
  view the leaderboard, and track your performance!
@@ -188,7 +187,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
188
  <hr>
189
  </div>
190
  """)
191
- gr.Image(value="https://via.placeholder.com/200", label="Competition Logo")
192
 
193
  with gr.Tabs(elem_id="tabs"):
194
  with gr.TabItem("πŸ“– Overview"):
 
180
  <div class="center-content">
181
  <h1>πŸ† Mobile-MMLU Benchmark Competition</h1>
182
  <h2>🌟 Welcome to the Competition</h2>
 
183
  <p>
184
  Welcome to the Mobile-MMLU Benchmark Competition. Here you can submit your predictions,
185
  view the leaderboard, and track your performance!
 
187
  <hr>
188
  </div>
189
  """)
190
+ gr.Image(value="mobile_mmlu_sd.jpeg", label="Competition Logo")
191
 
192
  with gr.Tabs(elem_id="tabs"):
193
  with gr.TabItem("πŸ“– Overview"):