Spaces:
Runtime error
Runtime error
Commit
·
5e188c5
1
Parent(s):
6de7252
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]
|
|
@@ -65,4 +65,4 @@ else:
|
|
| 65 |
|
| 66 |
col1.image(big_img, use_column_width=True, caption=cap)
|
| 67 |
col2.image(images, width=175, caption=caps)
|
| 68 |
-
col1.markdown(f'{st.session_state.example_idx}')
|
|
|
|
| 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]
|
|
|
|
| 65 |
|
| 66 |
col1.image(big_img, use_column_width=True, caption=cap)
|
| 67 |
col2.image(images, width=175, caption=caps)
|
| 68 |
+
col1.markdown(f'{st.session_state.example_idx}')
|