Zekun Wu commited on
Commit
61bd9b1
1 Parent(s): aeb4274
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def main_app():
193
  rating = st.slider("Rate the response:", 0, 10, 5)
194
 
195
  if st.button('Submit Feedback'):
196
- store_feedback(str(prompt), response, feedback, rating, "wu981526092/feedback_report")
197
 
198
 
199
 
 
193
  rating = st.slider("Rate the response:", 0, 10, 5)
194
 
195
  if st.button('Submit Feedback'):
196
+ store_feedback(str(prompt), st.session_state['analysis'], feedback, rating, "wu981526092/feedback_report")
197
 
198
 
199