Update app.py
Browse files
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>
|