SwiftLaunch/ll
0
1# hello_world_streamlit.py2 3import streamlit as st4 5def main():6 st.title("Hello, World!")7 st.write("This is a simple Streamlit app to display 'Hello, World!'")8 9if __name__ == "__main__":10 main()1# hello_world_streamlit.py2 3import streamlit as st4 5def main():6 st.title("Hello, World!")7 st.write("This is a simple Streamlit app to display 'Hello, World!'")8 9if __name__ == "__main__":10 main()