John Graham Reynolds commited on
Commit
fc14944
·
1 Parent(s): 52c3d27

Display results of feedback momentarily!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ def feedback():
232
  st.write(f"The feedback was: {sentiment_mapping[rating]} : {feedback}")
233
 
234
  # st.markdown(review)
235
- # time.sleep(5)
236
  # # Save the feedback data
237
  # if st.button("Submit"):
238
  # with open("feedback.json", "a") as f:
 
232
  st.write(f"The feedback was: {sentiment_mapping[rating]} : {feedback}")
233
 
234
  # st.markdown(review)
235
+ time.sleep(5)
236
  # # Save the feedback data
237
  # if st.button("Submit"):
238
  # with open("feedback.json", "a") as f: