Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
52c3d27
1
Parent(s):
8530e6e
fix typo
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ def handle_user_input(user_input):
|
|
213 |
st.session_state["messages"].append({"role": "assistant", "content": response, "warning": stream_warning, "error": stream_error})
|
214 |
|
215 |
def feedback():
|
216 |
-
with st.form("feedback_form")
|
217 |
st.title("Feedback Form")
|
218 |
sentiment_mapping = [":material/thumb_down:", ":material/thumb_up:"]
|
219 |
# rating = None
|
|
|
213 |
st.session_state["messages"].append({"role": "assistant", "content": response, "warning": stream_warning, "error": stream_error})
|
214 |
|
215 |
def feedback():
|
216 |
+
with st.form("feedback_form"):
|
217 |
st.title("Feedback Form")
|
218 |
sentiment_mapping = [":material/thumb_down:", ":material/thumb_up:"]
|
219 |
# rating = None
|