Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,27 +195,36 @@ with gr.Blocks(theme=theme, css="""
|
|
| 195 |
margin-right: auto;
|
| 196 |
}
|
| 197 |
|
| 198 |
-
.custom-textarea
|
| 199 |
-
|
| 200 |
-
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 219 |
|
| 220 |
.send-button {
|
| 221 |
border-radius: 50% !important;
|
|
|
|
| 195 |
margin-right: auto;
|
| 196 |
}
|
| 197 |
|
| 198 |
+
.custom-textarea {
|
| 199 |
+
width: 100% !important;
|
| 200 |
+
min-width: 600px !important;
|
| 201 |
+
}
|
| 202 |
+
|
| 203 |
+
.custom-textarea textarea {
|
| 204 |
+
border-radius: 20px !important;
|
| 205 |
+
border: 2px solid #64748b !important;
|
| 206 |
+
padding: 15px 20px !important;
|
| 207 |
+
font-size: 16px !important;
|
| 208 |
+
background: white !important;
|
| 209 |
+
outline: none !important;
|
| 210 |
+
box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
|
| 211 |
+
transition: all 0.3s ease !important;
|
| 212 |
+
resize: vertical !important;
|
| 213 |
+
font-family: inherit !important;
|
| 214 |
+
width: 100% !important;
|
| 215 |
+
min-width: 600px !important;
|
| 216 |
+
min-height: 120px !important;
|
| 217 |
+
max-height: 240px !important;
|
| 218 |
+
}
|
| 219 |
+
|
| 220 |
+
.custom-textarea textarea:focus {
|
| 221 |
+
border-color: #475569 !important;
|
| 222 |
+
box-shadow: 0 0 0 3px rgba(100, 116, 139, 0.1) !important;
|
| 223 |
+
}
|
| 224 |
+
|
| 225 |
+
.custom-textarea label {
|
| 226 |
+
display: none !important;
|
| 227 |
+
}
|
| 228 |
|
| 229 |
.send-button {
|
| 230 |
border-radius: 50% !important;
|