Commit
·
42f4e81
1
Parent(s):
8015cdb
app.py updates
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def button_click():
|
|
37 |
st.session_state["draw"] = False
|
38 |
|
39 |
def find():
|
40 |
-
st.image(ds[
|
41 |
|
42 |
|
43 |
def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|
|
|
37 |
st.session_state["draw"] = False
|
38 |
|
39 |
def find():
|
40 |
+
st.image(ds[0]['image'])
|
41 |
|
42 |
|
43 |
def get_ellipse_coords(point):# tuple[int, int]) -> tuple[int, int, int, int]):
|