Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,10 +82,10 @@ 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=
|
89 |
|
90 |
# Col 2:
|
91 |
with st.sidebar:
|
|
|
82 |
|
83 |
# Col 1:
|
84 |
# Generate the HTML using Pygwalker
|
85 |
+
pyg_html = pyg.walk(df, return_html=True, height=2000)
|
86 |
|
87 |
# Embed the HTML into the Streamlit app
|
88 |
+
components.html(pyg_html, height=700, scrolling=True)
|
89 |
|
90 |
# Col 2:
|
91 |
with st.sidebar:
|