elmadany commited on
Commit
fa12a67
·
verified ·
1 Parent(s): 41865db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -285,9 +285,11 @@ div[class*="gradio-container"] .md *
285
  introduction_text = """
286
 
287
  """
 
 
288
  # with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
289
  # with gr.Blocks(title="Sahara Leaderboard") as demo:
290
- with gr.Blocks(theme=gr.themes.Default(), title="Sahara Benchmark Leaderboards", css=google_style_css) as demo:
291
  # Use elem_classes to apply our custom CSS to this group
292
  gr.HTML(new_header_html)
293
  # === UPDATED BUTTONS START ===
 
285
  introduction_text = """
286
 
287
  """
288
+ favicon_head = '<link rel="icon" type="image/jpeg" href="https://africa.dlnlp.ai/sahara/img/sahara_logo.jpg">'
289
+
290
  # with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
291
  # with gr.Blocks(title="Sahara Leaderboard") as demo:
292
+ with gr.Blocks(theme=gr.themes.Default(), title="Sahara Benchmark Leaderboards", css=google_style_css, head=favicon_head) as demo:
293
  # Use elem_classes to apply our custom CSS to this group
294
  gr.HTML(new_header_html)
295
  # === UPDATED BUTTONS START ===