ogegadavis254 commited on
Commit
0ac0f36
·
verified ·
1 Parent(s): ba015b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ if prompt := st.chat_input(f"Hi, I'm {selected_model}, ask me a question"):
105
  # Intervention logic here
106
  if not st.session_state.ask_intervention:
107
  st.session_state.ask_intervention = True
108
- if st.button("It seems like you might need to talk to someone. Click here for immediate assistance."):
109
  st.write("You can reach out to a certified therapist at +25493609747.")
110
 
111
  # Interact with the selected model
 
105
  # Intervention logic here
106
  if not st.session_state.ask_intervention:
107
  st.session_state.ask_intervention = True
108
+ if st.button("<span style='color:red;'>It seems like you might need to talk to someone. Click here for immediate assistance.</span>", unsafe_allow_html=True):
109
  st.write("You can reach out to a certified therapist at +25493609747.")
110
 
111
  # Interact with the selected model