Commit ·
d578119
1
Parent(s): ca22f42
28. Sept. 2024, 22:19
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ custom_js = RES + "/_custom.js"
|
|
| 14 |
|
| 15 |
custom_head = f"""
|
| 16 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"/>
|
| 17 |
-
|
| 18 |
"""
|
| 19 |
|
| 20 |
# MARK: Gradio Theme
|
|
|
|
| 14 |
|
| 15 |
custom_head = f"""
|
| 16 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css"/>
|
| 17 |
+
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/js/all.min.js"></script-->
|
| 18 |
"""
|
| 19 |
|
| 20 |
# MARK: Gradio Theme
|