Update app.py
Browse files
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 |
|