Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
ec4794b
1
Parent(s):
94ab1c6
8. Sept. 2024, 06:24
Browse files
app.py
CHANGED
@@ -33,10 +33,11 @@ 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="
|
37 |
-
<link rel="icon" type="image/png" sizes="32x32" href="
|
38 |
-
<link rel="icon" type="image/png" sizes="16x16" href="
|
39 |
-
<link rel="
|
|
|
40 |
"""
|
41 |
|
42 |
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="file=_res/assets/favicons/apple-touch-icon.png">
|
37 |
+
<link rel="icon" type="image/png" sizes="32x32" href="file=_res/assets/favicons/favicon-32x32.png">
|
38 |
+
<link rel="icon" type="image/png" sizes="16x16" href="file=_res/assets/favicons/favicon-16x16.png">
|
39 |
+
<link rel="icon" type="image/x-icon" href="file=_res/assets/favicons/favicon.ico">
|
40 |
+
<link rel="manifest" href="file=_res/assets/favicons/site.webmanifest">
|
41 |
"""
|
42 |
|
43 |
theme = gr.themes.Soft(
|