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!")