Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -100,7 +100,8 @@ with gr.Blocks(css='''
|
|
| 100 |
width: 100%;
|
| 101 |
}
|
| 102 |
.custom-input {
|
| 103 |
-
background:
|
|
|
|
| 104 |
color: #333; /* Text color */
|
| 105 |
padding: 10px; /* Padding inside the input */
|
| 106 |
border: 2px solid #ddd; /* Border color */
|
|
|
|
| 100 |
width: 100%;
|
| 101 |
}
|
| 102 |
.custom-input {
|
| 103 |
+
background: linear-gradient(to right, #E0FFFF, #E0A872, #FC6CA5); /* Or any color you'd like */
|
| 104 |
+
opacity: 0.8
|
| 105 |
color: #333; /* Text color */
|
| 106 |
padding: 10px; /* Padding inside the input */
|
| 107 |
border: 2px solid #ddd; /* Border color */
|