Sasidhar commited on
Commit
6d3f583
1 Parent(s): a612840

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from plotly.subplots import make_subplots
7
  import plotly.graph_objects as go
8
  from streamlit_ace import st_ace
9
  from streamlit_pandas_profiling import st_profile_report
 
10
 
11
 
12
 
 
7
  import plotly.graph_objects as go
8
  from streamlit_ace import st_ace
9
  from streamlit_pandas_profiling import st_profile_report
10
+ import pandas_profiling
11
 
12
 
13