Spaces:
Sleeping
Sleeping
ww
Browse files
app.py
CHANGED
|
@@ -150,7 +150,6 @@ if submitted or st.session_state['loggedin'] == 'true':
|
|
| 150 |
healthiness = st.slider("How healthy is this picture?", 0, 100, 50)
|
| 151 |
fat_level = st.slider("How fat is this picture?", 0, 100, 50)
|
| 152 |
muscle_level = st.slider("How muscular is this picture?", 0, 100, 50)
|
| 153 |
-
# generate 6 digit uuid for this form and print it in case the user wants to undo the vote
|
| 154 |
uuid_num = get_uuid()
|
| 155 |
submitted_second = st.form_submit_button("Submit")
|
| 156 |
|
|
|
|
| 150 |
healthiness = st.slider("How healthy is this picture?", 0, 100, 50)
|
| 151 |
fat_level = st.slider("How fat is this picture?", 0, 100, 50)
|
| 152 |
muscle_level = st.slider("How muscular is this picture?", 0, 100, 50)
|
|
|
|
| 153 |
uuid_num = get_uuid()
|
| 154 |
submitted_second = st.form_submit_button("Submit")
|
| 155 |
|