bluenevus commited on
Commit
26d5a9f
·
1 Parent(s): e1f88ac

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "300px", # Adjust this value as needed to triple the original 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
  }