Update app.py
Browse files
app.py
CHANGED
|
@@ -131,6 +131,10 @@ def make_append(v):
|
|
| 131 |
# UI
|
| 132 |
# ----------------------------
|
| 133 |
CSS = """
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
body, .gradio-container {
|
| 135 |
background: #000 !important;
|
| 136 |
color: white !important;
|
|
|
|
| 131 |
# UI
|
| 132 |
# ----------------------------
|
| 133 |
CSS = """
|
| 134 |
+
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@300;400;600&display=swap');
|
| 135 |
+
|
| 136 |
+
*{font-family: 'Orbitron', sans-serif !important;}
|
| 137 |
+
|
| 138 |
body, .gradio-container {
|
| 139 |
background: #000 !important;
|
| 140 |
color: white !important;
|