eagle0504 commited on
Commit
266aa70
·
verified ·
1 Parent(s): e455f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=1700)
86
 
87
  # Embed the HTML into the Streamlit app
88
- components.html(pyg_html, height=900, scrolling=True)
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: