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