awacke1 commited on
Commit
877125d
·
1 Parent(s): b7bdd03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if uploaded_file is not None:
30
  report = ProfileReport(df, explorative=True)
31
  st.header("Data profiling")
32
  st.write("Data distribution:")
33
- st_profile_report(report)
34
 
35
  # Download link for example data
36
  example_csv = """name,age,income
 
30
  report = ProfileReport(df, explorative=True)
31
  st.header("Data profiling")
32
  st.write("Data distribution:")
33
+ st.markdown(report)
34
 
35
  # Download link for example data
36
  example_csv = """name,age,income