napoles3d commited on
Commit
dd28fbc
1 Parent(s): 17f8756
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import streamlit as st
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
 
6
- st.sidebar.title('ok')
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
 
6
+ st.sidebar.button('Click me')