Spaces:
Running
on
Zero
Running
on
Zero
Smiley0707
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -286,7 +286,7 @@ seafoam = Seafoam()
|
|
286 |
# Include the CSS file content in your Gradio interface
|
287 |
custom_css = """
|
288 |
body, .gradio-container {
|
289 |
-
background-color: #
|
290 |
color: black; /* Black text */
|
291 |
}
|
292 |
|
|
|
286 |
# Include the CSS file content in your Gradio interface
|
287 |
custom_css = """
|
288 |
body, .gradio-container {
|
289 |
+
background-color: #0b0f19;
|
290 |
color: black; /* Black text */
|
291 |
}
|
292 |
|