Spaces:
Paused
Paused
Update app.py via AI Editor
Browse files
app.py
CHANGED
@@ -614,7 +614,7 @@ app.layout = dbc.Container([
|
|
614 |
id="output-preview-container",
|
615 |
children=html.Div(id="output-data-upload"),
|
616 |
style={
|
617 |
-
"height": "
|
618 |
"overflowY": "auto", # Adds vertical scrollbar when content exceeds height
|
619 |
"overflowX": "auto", # Adds horizontal scrollbar if needed
|
620 |
}
|
|
|
614 |
id="output-preview-container",
|
615 |
children=html.Div(id="output-data-upload"),
|
616 |
style={
|
617 |
+
"height": "700px", # Increased height for ~15 lines
|
618 |
"overflowY": "auto", # Adds vertical scrollbar when content exceeds height
|
619 |
"overflowX": "auto", # Adds horizontal scrollbar if needed
|
620 |
}
|