hmb HF Staff commited on
Commit
4128e84
·
1 Parent(s): fe0062b

FIX: Use simple, reliable ICO favicon from Hugging Face - no more broken favicon

Browse files
Files changed (3) hide show
  1. index.html +2 -3
  2. public/favicon.ico +0 -0
  3. public/simple-favicon.svg +11 -0
index.html CHANGED
@@ -2,9 +2,8 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/gradio.svg" />
6
- <link rel="icon" href="/favicon.ico" />
7
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📊</text></svg>" />
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
  <title>@gradio/dataframe Demo</title>
10
  </head>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
5
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
6
+ <link rel="icon" href="/favicon.ico" type="image/x-icon" />
 
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
  <title>@gradio/dataframe Demo</title>
9
  </head>
public/favicon.ico CHANGED
public/simple-favicon.svg ADDED