talltree commited on
Commit
865a609
Β·
verified Β·
1 Parent(s): c0d0a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -16
app.py CHANGED
@@ -13,7 +13,7 @@ client = Client()
13
  st.set_page_config(page_title="Tall Tree Health",
14
  page_icon="πŸ’¬",
15
  layout="centered",
16
- initial_sidebar_state="expanded")
17
 
18
  # Streamlit CSS configuration
19
 
@@ -140,21 +140,6 @@ if prompt:
140
 
141
  # Feedback system using streamlit feedback and Langsmith
142
 
143
- # Add a sidebar
144
-
145
- st.sidebar.markdown(
146
- """
147
- ### Your Feedback Matters!
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
 
 
13
  st.set_page_config(page_title="Tall Tree Health",
14
  page_icon="πŸ’¬",
15
  layout="centered",
16
+ initial_sidebar_state="collapsed")
17
 
18
  # Streamlit CSS configuration
19
 
 
140
 
141
  # Feedback system using streamlit feedback and Langsmith
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  # Get the feedback option
144
  feedback_option = "thumbs"
145