import streamlit as st st.title("✅ Streamlit app berhasil jalan!") x = st.slider("Select a value") st.write("Squared is", x * x)