Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,7 @@ custom_css = """
|
|
64 |
body {
|
65 |
background-image:
|
66 |
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
67 |
-
|
68 |
-
background-size: 1200px 1200px; /* Grid cell size */
|
69 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
70 |
margin: 0; /* Remove default margin */
|
71 |
overflow-y: auto; /* Allow vertical scrolling if needed */
|
|
|
64 |
body {
|
65 |
background-image:
|
66 |
linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
|
67 |
+
background-size: 1800px 1800px; /* Grid cell size */
|
|
|
68 |
height: 100%; /* Ensure body height is 100% of the viewport */
|
69 |
margin: 0; /* Remove default margin */
|
70 |
overflow-y: auto; /* Allow vertical scrolling if needed */
|