Zaherrr commited on
Commit
18bc43a
·
verified ·
1 Parent(s): 0d30669

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 and scrolling
39
  graph_html_with_style = f"""
40
- <div style="height: 500px; overflow-y: auto;">
41
  {graph_html}
42
  </div>
43
  """
 
37
 
38
  # Wrap the graph HTML in a div with fixed height and scrolling
39
  graph_html_with_style = f"""
40
+ <div style="height: 500px;">
41
  {graph_html}
42
  </div>
43
  """