Spaces:
Runtime error
Runtime error
Update for Favicon
Browse files- README.md +1 -1
- head.htm +1 -0
- modules/version_info.py +1 -1
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.13
|
| 8 |
-
sdk_version: 5.
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
short_description: Transform Your Images into Mesmerizing Hexagon Grids
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.13
|
| 8 |
+
sdk_version: 5.19.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
short_description: Transform Your Images into Mesmerizing Hexagon Grids
|
head.htm
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
<link rel="apple-touch-icon" sizes="180x180" href="gradio_api/file=./assets/apple-touch-icon.png">
|
| 2 |
<link rel="icon" type="image/png" sizes="32x32" href="gradio_api/file=./assets/favicon-32x32.png">
|
| 3 |
<link rel="icon" type="image/png" sizes="16x16" href="gradio_api/file=./assets/favicon-16x16.png">
|
|
|
|
| 4 |
<link rel="manifest" href="gradio_api/file=./assets/site.webmanifest">
|
|
|
|
| 1 |
<link rel="apple-touch-icon" sizes="180x180" href="gradio_api/file=./assets/apple-touch-icon.png">
|
| 2 |
<link rel="icon" type="image/png" sizes="32x32" href="gradio_api/file=./assets/favicon-32x32.png">
|
| 3 |
<link rel="icon" type="image/png" sizes="16x16" href="gradio_api/file=./assets/favicon-16x16.png">
|
| 4 |
+
<link rel='shortcut icon' type='image/x-icon' href='gradio_api/file=./assets/favicon.ico' />
|
| 5 |
<link rel="manifest" href="gradio_api/file=./assets/site.webmanifest">
|
modules/version_info.py
CHANGED
|
@@ -90,7 +90,7 @@ def versions_html():
|
|
| 90 |
|
| 91 |
# Define the Toggle Dark Mode link with JavaScript
|
| 92 |
toggle_dark_link = '''
|
| 93 |
-
<a href="#" onclick="document.body.classList.toggle('dark'); return false;" style="cursor: pointer; text-decoration: underline;
|
| 94 |
Toggle Dark Mode
|
| 95 |
</a>
|
| 96 |
'''
|
|
|
|
| 90 |
|
| 91 |
# Define the Toggle Dark Mode link with JavaScript
|
| 92 |
toggle_dark_link = '''
|
| 93 |
+
<a href="#" onclick="document.body.classList.toggle('dark'); return false;" style="cursor: pointer; text-decoration: underline;">
|
| 94 |
Toggle Dark Mode
|
| 95 |
</a>
|
| 96 |
'''
|