elmadany commited on
Commit
75c281e
·
verified ·
1 Parent(s): a64e257

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -285,10 +285,11 @@ div[class*="gradio-container"] .md *
285
  introduction_text = """
286
 
287
  """
 
288
 
289
  # with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
290
  # with gr.Blocks(title="Sahara Leaderboard") as demo:
291
- with gr.Blocks(theme=gr.themes.Default(), title="Sahara Benchmark Leaderboards", css=google_style_css) as demo:
292
  # Use elem_classes to apply our custom CSS to this group
293
  gr.HTML(new_header_html)
294
  # === UPDATED BUTTONS START ===
 
285
  introduction_text = """
286
 
287
  """
288
+ favicon_head = '<link rel="icon" type="image/x-icon" href="/file=favicon.ico">'
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 ===