talltree commited on
Commit
c0d0a66
β€’
1 Parent(s): a2a026e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -148,18 +148,15 @@ st.sidebar.markdown(
148
  Help us enhance our AI-powered assistant by sharing your feedback.\n\n
149
  **Rate the Response Quality:**
150
 
151
- - πŸ˜€ **Excellent (Score: 1):** Complete and clear answer.
152
- - πŸ™‚ **Good (Score: 0.75):** Helpful, but could be clearer or more detailed.
153
- - 😐 **Neutral (Score: 0.5):** Somewhat helpful, partially correct.
154
- - πŸ™ **Poor (Score: 0.25):** Mostly incorrect or unhelpful.
155
- - 😞 **Very Poor (Score: 0):** Completely incorrect or not helpful.
156
 
157
  Thank you! Let's get started. πŸš€
158
  """
159
  )
160
 
161
  # Get the feedback option
162
- feedback_option = "faces"
163
 
164
  if st.session_state.get("run_id"):
165
  run_id = st.session_state.run_id
 
148
  Help us enhance our AI-powered assistant by sharing your feedback.\n\n
149
  **Rate the Response Quality:**
150
 
151
+ - **πŸ‘ Thumbs Up**: The assistant's response is clear, complete, and helpful.
152
+ - **πŸ‘Ž Thumbs Down**: The assistant's response is unclear, incomplete, or unhelpful.
 
 
 
153
 
154
  Thank you! Let's get started. πŸš€
155
  """
156
  )
157
 
158
  # Get the feedback option
159
+ feedback_option = "thumbs"
160
 
161
  if st.session_state.get("run_id"):
162
  run_id = st.session_state.run_id