BennoKrojer commited on
Commit
78f266b
1 Parent(s): 34700d7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ if 'show' not in st.session_state:
11
  st.session_state.show = False
12
 
13
  if 'example_idx' not in st.session_state:
14
- st.sesseion_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!**")
 
11
  st.session_state.show = False
12
 
13
  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!**")