fatmacankara commited on
Commit
b31c4ca
·
1 Parent(s): b619b02

Update code/process_input.py

Browse files
Files changed (1) hide show
  1. code/process_input.py +1 -1
code/process_input.py CHANGED
@@ -35,6 +35,6 @@ def clean_data(input_set):
35
  data = data.astype(str)
36
  return data
37
  except ValueError:
38
- st.write('Please check the input format.')
39
  return pd.DataFrame()
40
 
 
35
  data = data.astype(str)
36
  return data
37
  except ValueError:
38
+ st.write('Your input is in the wrong format. Please see the example.')
39
  return pd.DataFrame()
40