Spaces:
Running
Running
Commit
·
b5eddd2
1
Parent(s):
1b8504d
UI - theme
Browse files
app.py
CHANGED
|
@@ -105,10 +105,11 @@ iface = gr.Blocks(css="""
|
|
| 105 |
color: #E1E1E6;
|
| 106 |
font-family: 'Roboto Mono', sans-serif;
|
| 107 |
padding: 20px;
|
| 108 |
-
display:
|
| 109 |
justify-content: center;
|
| 110 |
align-items: center;
|
| 111 |
height: 100vh;
|
|
|
|
| 112 |
}
|
| 113 |
.gradio-container {
|
| 114 |
border: 1px solid #4CAF50;
|
|
|
|
| 105 |
color: #E1E1E6;
|
| 106 |
font-family: 'Roboto Mono', sans-serif;
|
| 107 |
padding: 20px;
|
| 108 |
+
display: block;
|
| 109 |
justify-content: center;
|
| 110 |
align-items: center;
|
| 111 |
height: 100vh;
|
| 112 |
+
overflow-y: auto;
|
| 113 |
}
|
| 114 |
.gradio-container {
|
| 115 |
border: 1px solid #4CAF50;
|