Spaces:
Sleeping
Sleeping
Commit
·
943a728
1
Parent(s):
58a3c06
Update code/process_input.py
Browse files- code/process_input.py +1 -0
code/process_input.py
CHANGED
@@ -36,5 +36,6 @@ def clean_data(input_set):
|
|
36 |
data = data.astype(str)
|
37 |
return data
|
38 |
except ValueError:
|
|
|
39 |
print('Please check the input format.')
|
40 |
|
|
|
36 |
data = data.astype(str)
|
37 |
return data
|
38 |
except ValueError:
|
39 |
+
st.write('HERE')
|
40 |
print('Please check the input format.')
|
41 |
|