Spaces:
Runtime error
Runtime error
Commit
·
684d9c0
1
Parent(s):
ed60eed
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
|
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 |
|