BhumikaMak commited on
Commit
744c091
·
verified ·
1 Parent(s): 559755b

changed dot bg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def view_model(selected_models):
63
  custom_css = """
64
  body {
65
  background-color: #f4f4f4; /* Light grey background */
66
- background-image: radial-gradient(circle, #dcdcdc 1px, transparent 1px); /* Dotted pattern */
67
  background-size: 20px 20px; /* Size of the dots */
68
  background-attachment: fixed;
69
  height: 100%; /* Ensure body height is 100% of the viewport */
 
63
  custom_css = """
64
  body {
65
  background-color: #f4f4f4; /* Light grey background */
66
+ background-image: radial-gradient(circle, #800000 1px, transparent 1px); /* Maroon dotted pattern */
67
  background-size: 20px 20px; /* Size of the dots */
68
  background-attachment: fixed;
69
  height: 100%; /* Ensure body height is 100% of the viewport */