Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ custom_css = """
|
|
| 289 |
|
| 290 |
/* Target Gradio's internal structure */
|
| 291 |
.gradio-container-5-42-0 > div {
|
| 292 |
-
height:
|
| 293 |
display: flex !important;
|
| 294 |
flex-direction: column !important;
|
| 295 |
padding-top: 0 !important;
|
|
@@ -404,15 +404,6 @@ custom_css = """
|
|
| 404 |
.input-controls {
|
| 405 |
padding: 10px !important;
|
| 406 |
}
|
| 407 |
-
|
| 408 |
-
.title-header {
|
| 409 |
-
padding: 8px 15px !important;
|
| 410 |
-
height: 50px !important;
|
| 411 |
-
}
|
| 412 |
-
|
| 413 |
-
.title-header h1 {
|
| 414 |
-
font-size: 1.3rem !important;
|
| 415 |
-
}
|
| 416 |
}
|
| 417 |
"""
|
| 418 |
|
|
|
|
| 289 |
|
| 290 |
/* Target Gradio's internal structure */
|
| 291 |
.gradio-container-5-42-0 > div {
|
| 292 |
+
height: 95% !important;
|
| 293 |
display: flex !important;
|
| 294 |
flex-direction: column !important;
|
| 295 |
padding-top: 0 !important;
|
|
|
|
| 404 |
.input-controls {
|
| 405 |
padding: 10px !important;
|
| 406 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 407 |
}
|
| 408 |
"""
|
| 409 |
|