Sebastiankay commited on
Commit
8be0fbe
1 Parent(s): daf4ed8

8. Sept. 2024, 03:55

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
 
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(