Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,8 +307,8 @@ js_code = """
|
|
| 307 |
}
|
| 308 |
|
| 309 |
textarea {
|
| 310 |
-
height:
|
| 311 |
-
padding-left:
|
| 312 |
}
|
| 313 |
|
| 314 |
#component-6 {
|
|
|
|
| 307 |
}
|
| 308 |
|
| 309 |
textarea {
|
| 310 |
+
height: 90px !important;
|
| 311 |
+
padding-left: 20px !important;
|
| 312 |
}
|
| 313 |
|
| 314 |
#component-6 {
|