Spaces:
Sleeping
Sleeping
Zekun Wu
commited on
Commit
•
61bd9b1
1
Parent(s):
aeb4274
add
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ def main_app():
|
|
193 |
rating = st.slider("Rate the response:", 0, 10, 5)
|
194 |
|
195 |
if st.button('Submit Feedback'):
|
196 |
-
store_feedback(str(prompt),
|
197 |
|
198 |
|
199 |
|
|
|
193 |
rating = st.slider("Rate the response:", 0, 10, 5)
|
194 |
|
195 |
if st.button('Submit Feedback'):
|
196 |
+
store_feedback(str(prompt), st.session_state['analysis'], feedback, rating, "wu981526092/feedback_report")
|
197 |
|
198 |
|
199 |
|