Spaces:
Running
Running
Commit
·
9054596
1
Parent(s):
76a6ea9
UI - theme
Browse files
app.py
CHANGED
|
@@ -126,6 +126,7 @@ iface = gr.Blocks(css="""
|
|
| 126 |
box-shadow: 0px 0px 10px rgba(0,255,0,0.6);
|
| 127 |
max-width: 600px;
|
| 128 |
margin: auto;
|
|
|
|
| 129 |
}
|
| 130 |
|
| 131 |
h1 {
|
|
|
|
| 126 |
box-shadow: 0px 0px 10px rgba(0,255,0,0.6);
|
| 127 |
max-width: 600px;
|
| 128 |
margin: auto;
|
| 129 |
+
overflow-y: auto;
|
| 130 |
}
|
| 131 |
|
| 132 |
h1 {
|