Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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
|