File size: 142 Bytes
9cb0672
 
 
 
 
1
2
3
4
5
import streamlit as st

# Simple title app
st.title("🚀 Streamlit Test App")
st.write("This is a simple test app to check Streamlit setup.")