Spaces:
Sleeping
Sleeping
update: changed bg
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def view_model(selected_models):
|
|
71 |
# CSS to style the Gradio components and HTML content
|
72 |
custom_css = """
|
73 |
body {
|
74 |
-
background-color: #
|
75 |
background-image:
|
76 |
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
77 |
background-size: 1800px 1800px; /* Grid cell size */
|
|
|
71 |
# CSS to style the Gradio components and HTML content
|
72 |
custom_css = """
|
73 |
body {
|
74 |
+
background-color: #FFFAFO; /* Navy blue background */
|
75 |
background-image:
|
76 |
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
77 |
background-size: 1800px 1800px; /* Grid cell size */
|