yrobel-lima commited on
Commit
36321f7
Β·
verified Β·
1 Parent(s): f10e70b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -24
app.py CHANGED
@@ -137,30 +137,6 @@ if prompt:
137
 
138
  # Feedback system using streamlit feedback and Langsmith
139
 
140
- # Add a sidebar
141
-
142
- st.sidebar.markdown(
143
- """
144
- **Your Feedback Matters!**
145
-
146
- We provide a feedback mechanism directly within the AI Assistant to help us improve accuracy and other performance issues.
147
- This is an ongoing process, and we will continue to work together to harness the power of this new technology responsibly.
148
-
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
- **Note**:\n\n
157
-
158
- This AI assistant is designed to provide guidance and general information about the services offered by Tall Tree Health.
159
- It is not intended for seeking medical advice and should not be used as such.
160
- The information provided by this generative AI technology cannot replace the advice of qualified healthcare professionals.
161
- """
162
- )
163
-
164
  # Get the feedback option
165
  feedback_option = "thumbs"
166
 
 
137
 
138
  # Feedback system using streamlit feedback and Langsmith
139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  # Get the feedback option
141
  feedback_option = "thumbs"
142