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

Update app.py

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