Spaces:
Runtime error
Runtime error
BennoKrojer
commited on
Commit
•
fc882a3
1
Parent(s):
de07d62
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ images = [prefix+'/'+img_set+'/'+i for i in set2ids[img_set]]
|
|
36 |
img_urls = images.copy()
|
37 |
index = int(col2.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=9))
|
38 |
|
39 |
-
if col1.button('Toggle to reveal/hide the correct image, try to guess yourself before giving up!
|
40 |
st.session_state.show = not st.session_state.show
|
41 |
|
42 |
col1.markdown(f'**Description for {img_set}**:')
|
|
|
36 |
img_urls = images.copy()
|
37 |
index = int(col2.number_input('Image Index from 0 to 9', value=0, min_value=0, max_value=9))
|
38 |
|
39 |
+
if col1.button('Toggle to reveal/hide the correct image, try to guess yourself before giving up!'):
|
40 |
st.session_state.show = not st.session_state.show
|
41 |
|
42 |
col1.markdown(f'**Description for {img_set}**:')
|