Spaces:
Runtime error
Runtime error
Commit
·
6de7252
1
Parent(s):
b644384
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 |
-
|
| 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]
|