elmadany commited on
Commit
8828812
·
verified ·
1 Parent(s): fbac07e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ div[class*="gradio-container"] .md *
285
  introduction_text = """
286
 
287
  """
288
- favicon_head = '<link rel="icon" type="image/jpeg" href="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:
 
285
  introduction_text = """
286
 
287
  """
288
+ favicon_html = '<link rel="icon" href="/file=sahara_logo.jpg" type="image/jpeg">'
289
 
290
  # with gr.Blocks(title="Sahara Leaderboard", css=custom_css) as demo:
291
  # with gr.Blocks(title="Sahara Leaderboard") as demo: