Commit
·
42bc3b0
1
Parent(s):
b8c5434
app.py updates
Browse files
app.py
CHANGED
@@ -22,9 +22,11 @@ ds = load_dataset("Circularmachines/batch_indexing_machine_100_small_imgs", spli
|
|
22 |
|
23 |
#"# :dart: Streamlit Image Coordinates: Image Update"
|
24 |
|
25 |
-
if "points" not in st.session_state:
|
26 |
-
|
|
|
27 |
|
|
|
28 |
|
29 |
#"## Click on image"
|
30 |
|
|
|
22 |
|
23 |
#"# :dart: Streamlit Image Coordinates: Image Update"
|
24 |
|
25 |
+
#if "points" not in st.session_state:
|
26 |
+
st.session_state["points"] = []
|
27 |
+
|
28 |
|
29 |
+
#st.session_state["img"] = 0
|
30 |
|
31 |
#"## Click on image"
|
32 |
|