create a centered button
To upload files, please first save the app
import streamlit as st
st.title("Centered button")
# center button
if st.button("Click Me", use_container_width=True):
st.write("Button clicked!")
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?