nikhil0nk commited on
Commit
fec118d
1 Parent(s): edcda0c

updated height

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,7 +53,7 @@ if option3 == 'SweetViz':
53
  HtmlFile = open('SweetViz.html', 'r', encoding='utf-8')
54
  source_code = HtmlFile.read()
55
  with st.expander("See Report"):
56
- components.html(source_code, height=1000, scrolling=True)
57
 
58
  elif option3 == 'DataPrep':
59
  res = analysis_class.dataprep_analysis(df)
@@ -62,7 +62,7 @@ elif option3 == 'DataPrep':
62
  HtmlFile = open('DataPrep.html', 'r', encoding='utf-8')
63
  source_code = HtmlFile.read()
64
  with st.expander("See Report"):
65
- components.html(source_code, height=1000, scrolling=True)
66
 
67
  elif option3 == 'PandasProfiling':
68
  res = analysis_class.pandas_analysis(df)
@@ -70,7 +70,7 @@ elif option3 == 'PandasProfiling':
70
  HtmlFile = open('PandasProfiling.html', 'r', encoding='utf-8')
71
  source_code = HtmlFile.read()
72
  with st.expander("See Report"):
73
- components.html(source_code, height=1000, scrolling=True)
74
 
75
 
76
  model_names = [
 
53
  HtmlFile = open('SweetViz.html', 'r', encoding='utf-8')
54
  source_code = HtmlFile.read()
55
  with st.expander("See Report"):
56
+ components.html(source_code, height=600, scrolling=True)
57
 
58
  elif option3 == 'DataPrep':
59
  res = analysis_class.dataprep_analysis(df)
 
62
  HtmlFile = open('DataPrep.html', 'r', encoding='utf-8')
63
  source_code = HtmlFile.read()
64
  with st.expander("See Report"):
65
+ components.html(source_code, height=600, scrolling=True)
66
 
67
  elif option3 == 'PandasProfiling':
68
  res = analysis_class.pandas_analysis(df)
 
70
  HtmlFile = open('PandasProfiling.html', 'r', encoding='utf-8')
71
  source_code = HtmlFile.read()
72
  with st.expander("See Report"):
73
+ components.html(source_code, height=600, scrolling=True)
74
 
75
 
76
  model_names = [