test
Drop files here
or click to upload
import streamlit as st
st.title("Hello World")
st.write("This is a simple test app showing basic Streamlit functionality.")
if st.button("Click me!"):
st.balloons()
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?