Spaces:
Sleeping
Sleeping
Commit
·
d60d98d
1
Parent(s):
e731190
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
data = ""
|
4 |
|
5 |
st.button('Hit me')
|
6 |
-
st.data_editor('Edit data', data)
|
7 |
st.checkbox('Check me out')
|
8 |
st.radio('Pick one:', ['nose','ear'])
|
9 |
st.selectbox('Select', [1,2,3])
|
|
|
3 |
data = ""
|
4 |
|
5 |
st.button('Hit me')
|
6 |
+
# st.data_editor('Edit data', data)
|
7 |
st.checkbox('Check me out')
|
8 |
st.radio('Pick one:', ['nose','ear'])
|
9 |
st.selectbox('Select', [1,2,3])
|