Walid Sobhi commited on
Fix theme parameter crash
Browse files
app.py
CHANGED
|
@@ -425,7 +425,6 @@ theme = gr.themes.Default(
|
|
| 425 |
).set(
|
| 426 |
body_background_fill="#09090b",
|
| 427 |
body_text_color="#e4e4e7",
|
| 428 |
-
border_color_accent_subtle="#27272a",
|
| 429 |
)
|
| 430 |
|
| 431 |
def build_space():
|
|
|
|
| 425 |
).set(
|
| 426 |
body_background_fill="#09090b",
|
| 427 |
body_text_color="#e4e4e7",
|
|
|
|
| 428 |
)
|
| 429 |
|
| 430 |
def build_space():
|