bjorn-hommel commited on
Commit
0c431ea
1 Parent(s): a2c27ac

added warning about scale cors

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -117,6 +117,8 @@ def show_demo(placeholder):
117
 
118
  if 'input_data' in st.session_state:
119
 
 
 
120
  if 'yaml_dict' in locals():
121
 
122
  input_data_serialized = utils.serialize_data(yaml_dict)
 
117
 
118
  if 'input_data' in st.session_state:
119
 
120
+ st.warning('**Note:** The SurveyBot3000 cannot determine the direction of a scale and may incorrectly invert the correlation direction by randomly flipping items at either end of the scale, even though it recognizes items that need inversion.', icon="⚠️")
121
+
122
  if 'yaml_dict' in locals():
123
 
124
  input_data_serialized = utils.serialize_data(yaml_dict)