Circularmachines
commited on
Commit
•
e5bac18
1
Parent(s):
d4c5cf6
updates
Browse files
app.py
CHANGED
@@ -169,12 +169,12 @@ with col1:
|
|
169 |
#subcol1, subcol2 = st.columns(2)
|
170 |
#with subcol1:
|
171 |
#st.button('Previous Frame', on_click=button_click)
|
172 |
-
st.button('Change
|
173 |
st.button('Find similar parts', on_click=find)
|
174 |
|
175 |
-
st.write(st.session_state["img"])
|
176 |
-
st.write(st.session_state["point"])
|
177 |
-
st.write(st.session_state["draw"])
|
178 |
|
179 |
with col2:
|
180 |
# st.write("current selection:")
|
|
|
169 |
#subcol1, subcol2 = st.columns(2)
|
170 |
#with subcol1:
|
171 |
#st.button('Previous Frame', on_click=button_click)
|
172 |
+
st.button('Change Image', on_click=button_click)
|
173 |
st.button('Find similar parts', on_click=find)
|
174 |
|
175 |
+
#st.write(st.session_state["img"])
|
176 |
+
#st.write(st.session_state["point"])
|
177 |
+
#st.write(st.session_state["draw"])
|
178 |
|
179 |
with col2:
|
180 |
# st.write("current selection:")
|