9b54a84 8cdbc24 886396b 8cdbc24 886396b
1
2
3
4
5
6
7
8
9
10
import streamlit as st #x = st.slider('Select a value') #st.write(x, 'squared is', x * x) st.title('Armada Competition') if st.button('Say hello'): st.write('Why hello there') else: st.write('Goodbye')