Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ if uploaded_file is not None:
|
|
| 87 |
pyg_html = pyg.walk(df, return_html=True)
|
| 88 |
|
| 89 |
# Embed the HTML into the Streamlit app
|
| 90 |
-
components.html(pyg_html, height=
|
| 91 |
|
| 92 |
# Col 2:
|
| 93 |
with col2:
|
|
|
|
| 87 |
pyg_html = pyg.walk(df, return_html=True)
|
| 88 |
|
| 89 |
# Embed the HTML into the Streamlit app
|
| 90 |
+
components.html(pyg_html, height=600, scrolling=True)
|
| 91 |
|
| 92 |
# Col 2:
|
| 93 |
with col2:
|