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 and scrolling
|
39 |
graph_html_with_style = f"""
|
40 |
-
<div style="height: 500px;
|
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 |
"""
|