BhumikaMak commited on
Commit
47e1548
·
verified ·
1 Parent(s): a966326

revert: yali design

Browse files
Files changed (1) hide show
  1. app.py +8 -10
app.py CHANGED
@@ -62,16 +62,14 @@ def view_model(selected_models):
62
  # CSS to style the Gradio components and HTML content
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;
71
- overflow-y: auto; /* Allow vertical scrolling */
72
- color: #E6E6FA; /* Text color */
73
- font-family: 'Papyrus', cursive; /* Font */
74
- font-size: 14px; /* Font size */
75
  }
76
  .custom-row {
77
  display: flex;
 
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 1px), /* Vertical dashed lines */
68
+ linear-gradient(to bottom, #a05252 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 */
72
+ overflow-y: auto; /* Allow vertical scrolling if needed */
 
 
73
  }
74
  .custom-row {
75
  display: flex;