Spaces:
Running
Running
Sebastiankay
commited on
Commit
·
fab8f90
1
Parent(s):
9a8b46a
8. Sept. 2024, 05:50
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ os.makedirs(IMAGE_DIR)
|
|
23 |
|
24 |
RES = os.path.join(os.path.dirname(__file__), "_res")
|
25 |
|
26 |
-
gr.set_static_paths(paths=["_res/assets/","_res/assets/emojis/","_res/assets/favicons/"])
|
27 |
|
28 |
fontawesome_css = RES + "/fontawesome.all.min.css"
|
29 |
catppuccin_css = RES + "/bootstrap-catppuccin-mocha.min.css"
|
@@ -36,6 +36,7 @@ custom_head = f"""
|
|
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(
|
|
|
23 |
|
24 |
RES = os.path.join(os.path.dirname(__file__), "_res")
|
25 |
|
26 |
+
gr.set_static_paths(paths=["_res/assets/", "_res/assets/emojis/", "_res/assets/favicons/"])
|
27 |
|
28 |
fontawesome_css = RES + "/fontawesome.all.min.css"
|
29 |
catppuccin_css = RES + "/bootstrap-catppuccin-mocha.min.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 |
+
<link rel="manifest" href="_res/assets/favicons/site.webmanifest">
|
40 |
"""
|
41 |
|
42 |
theme = gr.themes.Soft(
|