You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from streamlit_pandas_profiling import st_profile_report
def visualize():
st.title("Visualize and Analyze your data")
st.info("An interactive dashboard that displays the results of the NLP analysis, including sentiment scores, topic distributions, and text classification results")
data_file = st.file_uploader("Upload your data",type=['csv' , 'xlsx'])