Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
realvest
/
realvest-app
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neobot
commited on
Jun 25, 2023
Commit
659e9d2
·
1 Parent(s):
4883d8e
add checkbox
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -136,4 +136,4 @@ if st.button('Submit'):
136
""")
137
138
with col_compare:
139
-
st.checkbox('compare')
136
""")
137
138
with col_compare:
139
+
st.checkbox('compare'
, key=pid
)