import streamlit as st def app(): st.write("Hello, World!") if __name__ == "__main__": app()