Alimubariz124 commited on
Commit
6c9ecdf
·
verified ·
1 Parent(s): a1b847c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ if st.button('Submit'):
282
  # Create a button to open the link
283
  if st.button('Open Survey Interview Link'):
284
  #st.markdown(f'<meta http-equiv="refresh" content="0; url={website_link}">', unsafe_allow_html=True)
285
- st.markdown(f'<a href="{website_link}" target="_blank">'Please click here to proceed with interview Link</a>', unsafe_allow_html=True)
286
  else:
287
  # Thank you message for participants not selected
288
  st.write("Thank you for your participation.")
 
282
  # Create a button to open the link
283
  if st.button('Open Survey Interview Link'):
284
  #st.markdown(f'<meta http-equiv="refresh" content="0; url={website_link}">', unsafe_allow_html=True)
285
+ st.markdown(f'<a href="{website_link}" target="_blank">Please click here to proceed with interview Link</a>', unsafe_allow_html=True)
286
  else:
287
  # Thank you message for participants not selected
288
  st.write("Thank you for your participation.")