Commit
·
6512185
1
Parent(s):
b475b0b
app.py updates
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ st.button('Random frame', on_click=button_click)
|
|
77 |
st.write(st.session_state["img"])
|
78 |
#st.write(st.session_state["points"])
|
79 |
st.write(value)
|
|
|
80 |
|
81 |
#else:
|
82 |
# st.write('Gohuhuhubye')
|
|
|
77 |
st.write(st.session_state["img"])
|
78 |
#st.write(st.session_state["points"])
|
79 |
st.write(value)
|
80 |
+
st.write(value["x"], value["y"])
|
81 |
|
82 |
#else:
|
83 |
# st.write('Gohuhuhubye')
|