Spaces:
Running
Running
changed dot bg
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def view_model(selected_models):
|
|
63 |
custom_css = """
|
64 |
body {
|
65 |
background-color: #f4f4f4; /* Light grey background */
|
66 |
-
background-image: radial-gradient(circle, #
|
67 |
background-size: 20px 20px; /* Size of the dots */
|
68 |
background-attachment: fixed;
|
69 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
|
|
63 |
custom_css = """
|
64 |
body {
|
65 |
background-color: #f4f4f4; /* Light grey background */
|
66 |
+
background-image: radial-gradient(circle, #800000 1px, transparent 1px); /* Maroon dotted pattern */
|
67 |
background-size: 20px 20px; /* Size of the dots */
|
68 |
background-attachment: fixed;
|
69 |
height: 100%; /* Ensure body height is 100% of the viewport */
|