BennoKrojer commited on
Commit
af84b0b
1 Parent(s): 2ce2e3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ index = int(col2.number_input('Image Index from 0 to 9', value=0, min_value=0, m
34
  if col1.button('Click to reveal/hide groundtruth image index (try to guess yourself first!)'):
35
  st.session_state.show = not st.session_state.show
36
 
37
- col1.markdown(f'**Description**:')
38
  col1.markdown(f'**{descr}**')
39
 
40
  big_img = images[index]
 
34
  if col1.button('Click to reveal/hide groundtruth image index (try to guess yourself first!)'):
35
  st.session_state.show = not st.session_state.show
36
 
37
+ col1.markdown(f'**Description for {img_set}**:')
38
  col1.markdown(f'**{descr}**')
39
 
40
  big_img = images[index]