eagle0504 commited on
Commit
5835e57
·
verified ·
1 Parent(s): 485ef95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ if uploaded_file is not None:
87
  pyg_html = pyg.walk(df, return_html=True)
88
 
89
  # Embed the HTML into the Streamlit app
90
- components.html(pyg_html, height=1000, scrolling=True)
91
 
92
  # Col 2:
93
  with col2:
 
87
  pyg_html = pyg.walk(df, return_html=True)
88
 
89
  # Embed the HTML into the Streamlit app
90
+ components.html(pyg_html, height=600, scrolling=True)
91
 
92
  # Col 2:
93
  with col2: