Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
| 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
|