File size: 245 Bytes
eff32f1
 
c0e49dc
 
eff32f1
 
1
2
3
4
5
6
7
import streamlit as st

st.markdown("##Hello, people!")
st.markdown("<img src='https://centroderecursosmarista.org/wp-content/uploads/2013/05/arvix.jpg'>", unsafe_allow_html=True)
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)