Sebastiankay commited on
Commit
02f6635
1 Parent(s): 4531d8f

8. Sept. 2024, 03:38

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ 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
 
33
  theme = gr.themes.Soft(
 
27
 
28
  fontawesome_css = RES + "/fontawesome.all.min.css"
29
  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(