Spaces:
Sleeping
Sleeping
ogegadavis254
commited on
Update app.py
Browse files
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
|