Drop files here
or click to upload
import streamlit as st
import streamlit.components.v1 as components
st.title("JS demo")
components.html("""
<script>
alert("Hello from javascript")
</script>""")
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?