achmaddhani commited on
Commit
da79888
·
1 Parent(s): e079ff4

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -1
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
- 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:
 
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: