saadob12 commited on
Commit
e66792d
·
1 Parent(s): 7b3ae50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: