Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ if df is not None:
|
|
122 |
|
123 |
# Create dashboard with PyGWalker
|
124 |
pyg_html = pyg.to_html(df, config=config, return_html=True)
|
125 |
-
st.components.v1.html(pyg_html, height=
|
126 |
|
127 |
# Introduction
|
128 |
st.markdown("""
|
|
|
122 |
|
123 |
# Create dashboard with PyGWalker
|
124 |
pyg_html = pyg.to_html(df, config=config, return_html=True)
|
125 |
+
st.components.v1.html(pyg_html, height=960)
|
126 |
|
127 |
# Introduction
|
128 |
st.markdown("""
|