Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
295 |
else:
|
296 |
# Thank you message for participants not selected
|
297 |
-
st.write("Thank you for your participation.
|
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 |
|