Spaces:
Sleeping
Sleeping
Commit ·
da79888
1
Parent(s): e079ff4
Update model.py
Browse files
model.py
CHANGED
|
@@ -41,7 +41,8 @@ def run():
|
|
| 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 |
-
|
|
|
|
| 45 |
elif result[0] == 1:
|
| 46 |
st.write('Calm down bro')
|
| 47 |
else:
|
|
|
|
| 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 |
+
url = "https://www.healthline.com/health/eft-tapping#:~:text=Emotional%20freedom%20technique%20(EFT)%20is,as%20tapping%20or%20psychological%20acupressure."
|
| 45 |
+
st.markdown(f'<a href="{url}" target="_blank">You can learn more about EFT here!</a>', unsafe_allow_html=True)
|
| 46 |
elif result[0] == 1:
|
| 47 |
st.write('Calm down bro')
|
| 48 |
else:
|