File size: 152 Bytes
736f580
 
 
7b781ca
 
736f580
7b781ca
736f580
1
2
3
4
5
6
7
8
9
import streamlit as st

def main():
    st.title("Hello, World!")
    st.write("This is a basic Streamlit app.")

if __name__ == '__main__':
    main()