Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks(css='''
|
|
100 |
width: 100%;
|
101 |
}
|
102 |
.custom-input {
|
103 |
-
background: linear-gradient(to right,
|
104 |
opacity: 0.8
|
105 |
color: #333; /* Text color */
|
106 |
padding: 10px; /* Padding inside the input */
|
@@ -114,7 +114,7 @@ with gr.Blocks(css='''
|
|
114 |
box-shadow: 0 0 8px rgba(240, 230, 140, 0.8); /* Glow effect on focus */
|
115 |
}
|
116 |
.custom-checkbox-group1 {
|
117 |
-
background: linear-gradient(to right,
|
118 |
padding: 10px;
|
119 |
border: 2px solid #ddd;
|
120 |
border-radius: 5px;
|
@@ -129,7 +129,7 @@ with gr.Blocks(css='''
|
|
129 |
font-weight: bold;
|
130 |
}
|
131 |
.custom-checkbox-group2 {
|
132 |
-
background: linear-gradient(to right,
|
133 |
padding: 10px;
|
134 |
border: 2px solid #ddd;
|
135 |
border-radius: 5px;
|
|
|
100 |
width: 100%;
|
101 |
}
|
102 |
.custom-input {
|
103 |
+
background: linear-gradient(to right, rgba(232, 243, 214, 0.8), rgba(252, 249, 190, 0.8)); /* Or any color you'd like */
|
104 |
opacity: 0.8
|
105 |
color: #333; /* Text color */
|
106 |
padding: 10px; /* Padding inside the input */
|
|
|
114 |
box-shadow: 0 0 8px rgba(240, 230, 140, 0.8); /* Glow effect on focus */
|
115 |
}
|
116 |
.custom-checkbox-group1 {
|
117 |
+
background: linear-gradient(to right, rgba(252, 249, 190, 0.8), rgba(255, 220, 169, 0.8));
|
118 |
padding: 10px;
|
119 |
border: 2px solid #ddd;
|
120 |
border-radius: 5px;
|
|
|
129 |
font-weight: bold;
|
130 |
}
|
131 |
.custom-checkbox-group2 {
|
132 |
+
background: linear-gradient(to right, rgba(255, 220, 169, 0.8), rgba(250, 171, 120, 0.8));
|
133 |
padding: 10px;
|
134 |
border: 2px solid #ddd;
|
135 |
border-radius: 5px;
|