Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
Β·
0fdd530
1
Parent(s):
19e8084
comment out vars
Browse files
app.py
CHANGED
@@ -226,9 +226,9 @@ def feedback():
|
|
226 |
# if rating is not None:
|
227 |
# # st.markdown(f"You selected: {sentiment_mapping[rating]}")
|
228 |
# # rating = st.radio("Rate your experience:", ["π", "Neutral", "π"])
|
229 |
-
review = {"rating": {rating}, "feedback": {feedback}}
|
230 |
|
231 |
-
st.markdown(review)
|
232 |
time.sleep(5)
|
233 |
# # Save the feedback data
|
234 |
# if st.button("Submit"):
|
|
|
226 |
# if rating is not None:
|
227 |
# # st.markdown(f"You selected: {sentiment_mapping[rating]}")
|
228 |
# # rating = st.radio("Rate your experience:", ["π", "Neutral", "π"])
|
229 |
+
# review = {"rating": {rating}, "feedback": {feedback}}
|
230 |
|
231 |
+
# st.markdown(review)
|
232 |
time.sleep(5)
|
233 |
# # Save the feedback data
|
234 |
# if st.button("Submit"):
|