Spaces:
Running
Running
Sebastiankay
commited on
Commit
·
9a8b46a
1
Parent(s):
0e5c41d
8. Sept. 2024, 05:50
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ custom_js = RES + "/_custom.js"
|
|
33 |
custom_head = f"""
|
34 |
<link rel="stylesheet" href="{fontawesome_css}">
|
35 |
<link rel="stylesheet" href="{catppuccin_css}">
|
36 |
-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
37 |
-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
38 |
-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
39 |
"""
|
40 |
|
41 |
theme = gr.themes.Soft(
|
|
|
33 |
custom_head = f"""
|
34 |
<link rel="stylesheet" href="{fontawesome_css}">
|
35 |
<link rel="stylesheet" href="{catppuccin_css}">
|
36 |
+
<link rel="apple-touch-icon" sizes="180x180" href="_res/assets/favicons/apple-touch-icon.png">
|
37 |
+
<link rel="icon" type="image/png" sizes="32x32" href="_res/assets/favicons/favicon-32x32.png">
|
38 |
+
<link rel="icon" type="image/png" sizes="16x16" href="_res/assets/favicons/favicon-16x16.png">
|
39 |
"""
|
40 |
|
41 |
theme = gr.themes.Soft(
|