CoolFace
Apppublic

thisisgeorge/Blockchain_test

sourceHugging Facemitupdated 2y agoView on Hugging Face
0likes
app.py4 linesDownload Raw Back to root
1import streamlit as st2 3x = st.slider('Select a value')4st.write(x, 'squared is', x * x)