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

Add official Gradio SVG favicon from gradio.app - should fix broken favicon issue

Browse files
Files changed (2) hide show
  1. index.html +1 -0
  2. public/gradio.svg +20 -0
index.html CHANGED
@@ -2,6 +2,7 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8" />
 
5
  <link rel="icon" href="/favicon.ico" />
6
  <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>" />
7
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
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" />
public/gradio.svg ADDED