Some cool app
To upload files, please first save the app
import streamlit as st
st.title('Welcome to the Cool App!')
st.write('This is a cool app created with Streamlit.')
st.button('Click Me!')
if st.button('Celebrate!'):
st.balloons()
st.snow()
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?