Spaces:
Running
Running
update: changed bg colour
Browse files
app.py
CHANGED
@@ -32,9 +32,7 @@ def view_model(selected_models):
|
|
32 |
|
33 |
custom_css = """
|
34 |
body {
|
35 |
-
background-color:
|
36 |
-
background-image:
|
37 |
-
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
38 |
background-size: 1800px 1800px; /* Grid cell size */
|
39 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
40 |
margin: 0; /* Remove default margin */
|
|
|
32 |
|
33 |
custom_css = """
|
34 |
body {
|
35 |
+
background-color: black; /* Navy blue background */
|
|
|
|
|
36 |
background-size: 1800px 1800px; /* Grid cell size */
|
37 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
38 |
margin: 0; /* Remove default margin */
|