Spaces:
Runtime error
Runtime error
Commit
·
274bd9b
1
Parent(s):
af0b55f
Update app.py
Browse files
app.py
CHANGED
@@ -65,3 +65,4 @@ else:
|
|
65 |
|
66 |
col1.image(big_img, use_column_width=True, caption=cap)
|
67 |
col2.image(images, width=175, caption=caps)
|
|
|
|
65 |
|
66 |
col1.image(big_img, use_column_width=True, caption=cap)
|
67 |
col2.image(images, width=175, caption=caps)
|
68 |
+
col1.markdown(f'{st.session_state.example_idx}')
|