BhumikaMak commited on
Commit
4ea9783
·
verified ·
1 Parent(s): de15233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,10 +62,10 @@ def view_model(selected_models):
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
- background-color: #e3b7b7; /* Light maroon base background */
66
  background-image:
67
- linear-gradient(to right, #c98888 1px, transparent 1px), /* Vertical dashed lines */
68
- linear-gradient(to bottom, #c98888 1px, transparent 1px); /* 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 */
 
62
  # CSS to style the Gradio components and HTML content
63
  custom_css = """
64
  body {
65
+ background-color: #800000; /* Maroon background */
66
  background-image:
67
+ linear-gradient(to right, #a05252 1px, transparent 4px, #a05252 1px, transparent 74px), /* Vertical dashed lines */
68
+ linear-gradient(to bottom, #a05252 1px, transparent 4px, #a05252 1px, transparent 74px); /* 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 */