import streamlit_config as st

if __name__ == "__main__":
    st.init()
    st.run()