Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
8be0fbe
1
Parent(s):
daf4ed8
8. Sept. 2024, 03:55
Browse files
app.py
CHANGED
@@ -30,8 +30,9 @@ catppuccin_css = RES + "/bootstrap-catppuccin-mocha.min.css"
|
|
30 |
custom_css = RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|
33 |
-
custom_head = """
|
34 |
-
<link rel="stylesheet" href="
|
|
|
35 |
"""
|
36 |
|
37 |
theme = gr.themes.Soft(
|
|
|
30 |
custom_css = RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|
33 |
+
custom_head = f"""
|
34 |
+
<link rel="stylesheet" href="{fontawesome_css}">
|
35 |
+
<link rel="stylesheet" href="{catppuccin_css}">
|
36 |
"""
|
37 |
|
38 |
theme = gr.themes.Soft(
|