Spaces:
Running
Running
Commit
·
4990a06
1
Parent(s):
b5eddd2
UI - theme
Browse files
app.py
CHANGED
@@ -118,6 +118,7 @@ iface = gr.Blocks(css="""
|
|
118 |
box-shadow: 0px 0px 10px rgba(0,255,0,0.6);
|
119 |
max-width: 600px;
|
120 |
margin: auto;
|
|
|
121 |
}
|
122 |
h1 {
|
123 |
text-align: center;
|
|
|
118 |
box-shadow: 0px 0px 10px rgba(0,255,0,0.6);
|
119 |
max-width: 600px;
|
120 |
margin: auto;
|
121 |
+
overflow-y: auto;
|
122 |
}
|
123 |
h1 {
|
124 |
text-align: center;
|