Spaces:
Running
Running
Sebastiankay
commited on
Commit
·
4531d8f
1
Parent(s):
e6f5266
8. Sept. 2024, 03:27
Browse files- _res/bootstrap-catppuccin-mocha.min.css +0 -0
- _res/fontawesome.all.min.css +0 -0
- app.py +2 -2
_res/bootstrap-catppuccin-mocha.min.css
ADDED
The diff for this file is too large to render.
See raw diff
|
|
_res/fontawesome.all.min.css
ADDED
The diff for this file is too large to render.
See raw diff
|
|
app.py
CHANGED
@@ -25,8 +25,8 @@ RES = os.path.join(os.path.dirname(__file__), "_res")
|
|
25 |
|
26 |
gr.set_static_paths(paths=["_res/assets/"])
|
27 |
|
28 |
-
fontawesome_css = RES + "/fontawesome.
|
29 |
-
catppuccin_css = RES + "/
|
30 |
custom_css = fontawesome_css + ";" + RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|
|
|
25 |
|
26 |
gr.set_static_paths(paths=["_res/assets/"])
|
27 |
|
28 |
+
fontawesome_css = RES + "/fontawesome.all.min.css"
|
29 |
+
catppuccin_css = RES + "/bootstrap-catppuccin-mocha.min.css"
|
30 |
custom_css = fontawesome_css + ";" + RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|