Zekun Wu commited on
Commit
8773e86
·
1 Parent(s): 5f639dd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def main_app():
191
  feedback = st.text_input("Provide your feedback on the response:")
192
  rating = st.slider("Rate the response:", 0, 10, 5)
193
 
194
- if st.sidebar.button('Submit Feedback'):
195
  store_feedback(str(prompt), response, feedback, rating, "wu981526092/feedback_report")
196
 
197
 
 
191
  feedback = st.text_input("Provide your feedback on the response:")
192
  rating = st.slider("Rate the response:", 0, 10, 5)
193
 
194
+ if st.button('Submit Feedback'):
195
  store_feedback(str(prompt), response, feedback, rating, "wu981526092/feedback_report")
196
 
197