Spaces:
Runtime error
Runtime error
Commit
·
1082f7d
1
Parent(s):
b5fa8d2
Update app.py
Browse filesupdate output styling
app.py
CHANGED
@@ -22,6 +22,7 @@ label = gr.outputs.Label()
|
|
22 |
css = """
|
23 |
footer {display:none !important}
|
24 |
.output-markdown{display:none !important}
|
|
|
25 |
.gr-button-primary {
|
26 |
z-index: 14;
|
27 |
height: 43px;
|
|
|
22 |
css = """
|
23 |
footer {display:none !important}
|
24 |
.output-markdown{display:none !important}
|
25 |
+
div[data-testid="label"] {overflow-x: hidden !important; overflow-y: scroll !important; height:520px !important;}
|
26 |
.gr-button-primary {
|
27 |
z-index: 14;
|
28 |
height: 43px;
|