Spaces:
Runtime error
Runtime error
Commit
·
b644384
1
Parent(s):
274bd9b
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ index = int(col2.number_input('Image Index from 0 to 9', value=0, min_value=0, m
|
|
38 |
if col1.button('Click to reveal/hide groundtruth image index (try to guess yourself first!)'):
|
39 |
st.session_state.show = not st.session_state.show
|
40 |
|
41 |
-
col1.markdown(f'**Description for {img_set}**:')
|
42 |
col1.markdown(f'**{descr}**')
|
43 |
|
44 |
big_img = images[index]
|
|
|
38 |
if col1.button('Click to reveal/hide groundtruth image index (try to guess yourself first!)'):
|
39 |
st.session_state.show = not st.session_state.show
|
40 |
|
41 |
+
#col1.markdown(f'**Description for {img_set}**:')
|
42 |
col1.markdown(f'**{descr}**')
|
43 |
|
44 |
big_img = images[index]
|