Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,6 @@ if uploaded_file is not None and mode is not None and title is not None:
|
|
| 74 |
st.write('Preprocessing file...')
|
| 75 |
p = preProcess(uploaded_file, title)
|
| 76 |
contents = p.read_data()
|
| 77 |
-
st.bar_chart(contents)
|
| 78 |
st.write(contents)
|
| 79 |
check = p.check_columns(contents)
|
| 80 |
if check:
|
|
|
|
| 74 |
st.write('Preprocessing file...')
|
| 75 |
p = preProcess(uploaded_file, title)
|
| 76 |
contents = p.read_data()
|
|
|
|
| 77 |
st.write(contents)
|
| 78 |
check = p.check_columns(contents)
|
| 79 |
if check:
|