shgao commited on
Commit
ee3aed1
·
1 Parent(s): 9b0e7e4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1009,7 +1009,7 @@ def validate_and_submit_page1(data_subset_state, user_info, *combined_values):
1009
  page1_update = submit_result[1]
1010
  page1_visible = page1_update.get('visible', False) if isinstance(
1011
  page1_update, dict) else False
1012
- gr.Info(f"You are about to evaluate the next question...")
1013
  # If there are more questions (page1 is visible after submit), reset the form
1014
  if page1_visible: # page1 is visible, meaning there's a next question
1015
  # Reset form fields for next question
 
1009
  page1_update = submit_result[1]
1010
  page1_visible = page1_update.get('visible', False) if isinstance(
1011
  page1_update, dict) else False
1012
+ gr.Info(f"Your evaluation has been submitted. You are about to evaluate the next question...")
1013
  # If there are more questions (page1 is visible after submit), reset the form
1014
  if page1_visible: # page1 is visible, meaning there's a next question
1015
  # Reset form fields for next question