Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
daf4ed8
1
Parent(s):
152159a
8. Sept. 2024, 03:54
Browse files
app.py
CHANGED
@@ -30,6 +30,10 @@ catppuccin_css = RES + "/bootstrap-catppuccin-mocha.min.css"
|
|
30 |
custom_css = RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|
|
|
|
|
|
|
|
|
33 |
theme = gr.themes.Soft(
|
34 |
primary_hue="cyan",
|
35 |
radius_size="sm",
|
|
|
30 |
custom_css = RES + "/_custom.css"
|
31 |
custom_js = RES + "/_custom.js"
|
32 |
|
33 |
+
custom_head = """
|
34 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
|
35 |
+
"""
|
36 |
+
|
37 |
theme = gr.themes.Soft(
|
38 |
primary_hue="cyan",
|
39 |
radius_size="sm",
|