Zaherrr commited on
Commit
ae8d8d3
·
verified ·
1 Parent(s): c2d5b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def display_example(index):
37
 
38
  # Wrap the graph HTML in a div with fixed height but no scrolling
39
  graph_html_with_style = f"""
40
- <div style="height: 300px; justify-content: center; align-items: center;">
41
  <div style=max-height: 300px;">
42
  {graph_html}
43
  </div>
 
37
 
38
  # Wrap the graph HTML in a div with fixed height but no scrolling
39
  graph_html_with_style = f"""
40
+ <div style="height: 300px; justify-content: center; align-items: center;overflow-y: auto">
41
  <div style=max-height: 300px;">
42
  {graph_html}
43
  </div>