From efb6f3a593cc4495cc05145080765865ea198098 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 29 Dec 2025 11:25:26 +0800 Subject: feat: initialize Streamlit app with basic title and instructions --- streamlit_app.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 streamlit_app.py (limited to 'streamlit_app.py') diff --git a/streamlit_app.py b/streamlit_app.py new file mode 100644 index 0000000..fde12be --- /dev/null +++ b/streamlit_app.py @@ -0,0 +1,6 @@ +import streamlit as st + +st.title("🎈 My new app") +st.write( + "Let's start building! For help and inspiration, head over to [docs.streamlit.io](https://docs.streamlit.io/)." +) -- cgit v1.2.3-70-g09d2