From de0497d8acb142374836f99b79b030ec197b5c69 Mon Sep 17 00:00:00 2001 From: mel587 Date: Wed, 9 Jul 2025 20:38:46 +0930 Subject: [PATCH] Create streamlit_app.py --- streamlit_app.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 streamlit_app.py diff --git a/streamlit_app.py b/streamlit_app.py new file mode 100644 index 0000000..1830aed --- /dev/null +++ b/streamlit_app.py @@ -0,0 +1,4 @@ +import streamlit as st + +st.title("🚀 Prompt Engineering Interactive Tutorial") +st.write("If you're seeing this, your Streamlit app is working!")