BhumikaMak commited on
Commit
ff40bc5
·
verified ·
1 Parent(s): c387c55

update: changed bg colour

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -32,9 +32,7 @@ def view_model(selected_models):
32
 
33
  custom_css = """
34
  body {
35
- background-color: #FFFAFO; /* Navy blue background */
36
- background-image:
37
- linear-gradient(to right, transparent 39px, #a05252 1px, transparent 40px), /* Vertical dashed lines */
38
  background-size: 1800px 1800px; /* Grid cell size */
39
  height: 100%; /* Ensure body height is 100% of the viewport */
40
  margin: 0; /* Remove default margin */
 
32
 
33
  custom_css = """
34
  body {
35
+ background-color: black; /* Navy blue background */
 
 
36
  background-size: 1800px 1800px; /* Grid cell size */
37
  height: 100%; /* Ensure body height is 100% of the viewport */
38
  margin: 0; /* Remove default margin */