Alimubariz124 commited on
Commit
158ce37
·
verified ·
1 Parent(s): 2e952e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -290,10 +290,10 @@ if st.button('Submit'):
290
 
291
  # Create a button to open the link
292
  if st.button('Open Survey Interview Link'):
293
- st.markdown(f'<meta http-equiv="refresh" content="0; url={website_link}">', unsafe_allow_html=True)
294
- st.markdown(f'<a href="{website_link}" target="_blank">Click here if the page does not open automatically</a>', unsafe_allow_html=True)
295
  else:
296
  # Thank you message for participants not selected
297
- st.write("Thank you for your participation. Unfortunately, you were not selected for the survey interview at this time.")
298
 
299
 
 
290
 
291
  # Create a button to open the link
292
  if st.button('Open Survey Interview Link'):
293
+ #st.markdown(f'<meta http-equiv="refresh" content="0; url={website_link}">', unsafe_allow_html=True)
294
+ st.markdown(f'<a href="{website_link}" target="_blank">'Please click here to proceed with interview Link</a>', unsafe_allow_html=True)
295
  else:
296
  # Thank you message for participants not selected
297
+ st.write("Thank you for your participation.")
298
 
299