Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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">
|
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.")
|