Spaces:
Sleeping
Sleeping
Commit ·
d08d63d
1
Parent(s): f67763c
Update model.py
Browse files
model.py
CHANGED
|
@@ -40,8 +40,9 @@ def run():
|
|
| 40 |
result= prediction([X])
|
| 41 |
st.write(result[1])
|
| 42 |
if result[0] == 0:
|
| 43 |
-
st.write("Don't worry, you'll
|
|
|
|
| 44 |
elif result[0] == 1:
|
| 45 |
st.write('Calm down bro')
|
| 46 |
else:
|
| 47 |
-
st.write("That's Great!")
|
|
|
|
| 40 |
result= prediction([X])
|
| 41 |
st.write(result[1])
|
| 42 |
if result[0] == 0:
|
| 43 |
+
st.write("Don't worry, you'll do just fine! If ever you need help on dealing with this, EFT method could certainly help.")
|
| 44 |
+
st.markdown(f'<a href="{https://www.healthline.com/health/eft-tapping#:~:text=Emotional%20freedom%20technique%20(EFT)%20is,as%20tapping%20or%20psychological%20acupressure.}" target="_blank">You can learn more about EFT here!</a>', unsafe_allow_html=True)
|
| 45 |
elif result[0] == 1:
|
| 46 |
st.write('Calm down bro')
|
| 47 |
else:
|
| 48 |
+
st.write("That's Great! We hope the rest of the day will be as wonderful!")
|