Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
8f87ab7
1
Parent(s):
10a95c9
pass default review var
Browse files
app.py
CHANGED
@@ -76,6 +76,7 @@ def feedback():
|
|
76 |
sentiment_mapping = [":material/thumb_down:", ":material/thumb_up:"]
|
77 |
rating = st.feedback()
|
78 |
# feedback = ""
|
|
|
79 |
if rating is not None:
|
80 |
# st.markdown(f"You selected: {sentiment_mapping[rating]}")
|
81 |
feedback = st.text_input(f"Please detail your rationale for choosing {sentiment_mapping[rating]}: ", "")
|
|
|
76 |
sentiment_mapping = [":material/thumb_down:", ":material/thumb_up:"]
|
77 |
rating = st.feedback()
|
78 |
# feedback = ""
|
79 |
+
review = {}
|
80 |
if rating is not None:
|
81 |
# st.markdown(f"You selected: {sentiment_mapping[rating]}")
|
82 |
feedback = st.text_input(f"Please detail your rationale for choosing {sentiment_mapping[rating]}: ", "")
|