Open dusklight00 opened 10 months ago
Install Command
pip install streamlit
import streamlit as st x = st.slider("Select a value") st.write(x, "squared is", x * x)
streamlit run streamlit_app.py
Make it with streamlit.
Install Command
pip install streamlit
Demo :
Run Command