Spaces:
Sleeping
Sleeping
Commit
·
b31c4ca
1
Parent(s):
b619b02
Update code/process_input.py
Browse files- 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('
|
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 |
|