eagle0504 commited on
Commit
e455f87
·
verified ·
1 Parent(s): 2b33d6d

Update app.py

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