diff --git a/README.md b/README.md index fba2ea1..3c470f3 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ pip install streamlit-pandas-profiling ```python import pandas as pd -import pandas_profiling -import streamlit as st - from streamlit_pandas_profiling import st_profile_report df = pd.read_csv("https://storage.googleapis.com/tf-datasets/titanic/train.csv")