basecamp / app.py
reticent-roklimber
Add random line at end
fa449f9
raw
history blame contribute delete
No virus
109 Bytes
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)
building = st.line