BhumikaMak commited on
Commit
a2ea702
·
verified ·
1 Parent(s): a45e071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- linear-gradient(to bottom, transparent 39px, #a05252 1px, transparent 40px); /* Horizontal dashed lines */;
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 */