ashmib commited on
Commit
8ebf5b2
·
verified ·
1 Parent(s): a104a70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ if 0 <= current_index < len(data):
77
  with col2:
78
  if st.button("Next"):
79
  # Store feedback for the current question
80
- store_feedback(question, selected_answer, rating, feedback_text)
81
 
82
  if current_index < len(data) - 1:
83
  st.session_state.current_index += 1
 
77
  with col2:
78
  if st.button("Next"):
79
  # Store feedback for the current question
80
+ store_feedback(question, rating, feedback_text)
81
 
82
  if current_index < len(data) - 1:
83
  st.session_state.current_index += 1