Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -281,4 +281,4 @@ if st.button('Submit'):
|
|
281 |
st.markdown(f'<a href="{website_link}" target="_blank">Click here if the page does not open automatically</a>', unsafe_allow_html=True)
|
282 |
st.markdown(f'<script>window.open("{website_link}", "_blank");</script>', unsafe_allow_html=True)
|
283 |
else:
|
284 |
-
st.write("Segment is not '
|
|
|
281 |
st.markdown(f'<a href="{website_link}" target="_blank">Click here if the page does not open automatically</a>', unsafe_allow_html=True)
|
282 |
st.markdown(f'<script>window.open("{website_link}", "_blank");</script>', unsafe_allow_html=True)
|
283 |
else:
|
284 |
+
st.write("Segment is not 'Strangers'. No action needed.")
|