BennoKrojer commited on
Commit
684d9c0
·
1 Parent(s): ed60eed
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if 'example_idx' not in st.session_state:
14
  st.session_state.example_idx = 0
15
 
16
  st.set_page_config(layout="wide")
17
- st.markdown("**This is a demo of the *ImageCoDe* dataset. Sample an example with the counter on the right and compare all the images with index counter on the right. Toggle the buttons to show/hide the groundtruth target image!**")
18
 
19
  col1, col2 = st.columns(2)
20
 
 
14
  st.session_state.example_idx = 0
15
 
16
  st.set_page_config(layout="wide")
17
+ st.markdown("**This is a demo of the *ImageCoDe* dataset. Sample an example on the left and compare all the images with index counter on the right. At the bottom there are buttons to show/hide the groundtruth!**")
18
 
19
  col1, col2 = st.columns(2)
20