beta3 commited on
Commit
d2e82f0
·
verified ·
1 Parent(s): c1376c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=900)
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("""