Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|