BhumikaMak commited on
Commit
044ddc3
·
verified ·
1 Parent(s): f7e3583

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -64,8 +64,8 @@ custom_css = """
64
  body {
65
  background-color: #800000; /* Maroon background */
66
  background-image:
67
- linear-gradient(to right, #a05252 10px, transparent 10px), /* Vertical dashed lines */
68
- linear-gradient(to bottom, #a05252 10px, transparent 10px); /* Horizontal dashed lines */
69
  background-size: 80px 80px; /* Grid cell size */
70
  height: 100%; /* Ensure body height is 100% of the viewport */
71
  margin: 0; /* Remove default margin */
 
64
  body {
65
  background-color: #800000; /* Maroon background */
66
  background-image:
67
+ linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
68
+ linear-gradient(to bottom, transparent 39px, #a05252 1px, transparent 40px); /* Horizontal dashed lines */;
69
  background-size: 80px 80px; /* Grid cell size */
70
  height: 100%; /* Ensure body height is 100% of the viewport */
71
  margin: 0; /* Remove default margin */