Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ if uploaded_file is not None:
|
|
| 82 |
|
| 83 |
# Col 1:
|
| 84 |
# Generate the HTML using Pygwalker
|
| 85 |
-
pyg_html = pyg.walk(df, return_html=True, height=
|
| 86 |
|
| 87 |
# Embed the HTML into the Streamlit app
|
| 88 |
components.html(pyg_html, height=900, scrolling=True)
|
|
|
|
| 82 |
|
| 83 |
# Col 1:
|
| 84 |
# Generate the HTML using Pygwalker
|
| 85 |
+
pyg_html = pyg.walk(df, return_html=True, height=1700)
|
| 86 |
|
| 87 |
# Embed the HTML into the Streamlit app
|
| 88 |
components.html(pyg_html, height=900, scrolling=True)
|