kcelia commited on
Commit
b73517d
1 Parent(s): e99f0b7

chore: update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def get_features_fn(*checked_symptoms: Tuple[str]) -> Dict:
124
  visible=False,
125
  value=get_user_symptoms_from_checkboxgroup(pretty_print(checked_symptoms)),
126
  ),
127
- submit_button: gr.update(value="Data submitted ✅"),
128
  }
129
 
130
 
 
124
  visible=False,
125
  value=get_user_symptoms_from_checkboxgroup(pretty_print(checked_symptoms)),
126
  ),
127
+ submit_button: gr.update(value="Symptoms submitted ✅"),
128
  }
129
 
130