Commit
·
5834052
1
Parent(s):
037f4d1
app.py updates
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ col1, col2 = st.columns(2)
|
|
59 |
|
60 |
with col1:
|
61 |
|
62 |
-
current_image=
|
63 |
draw = ImageDraw.Draw(current_image)
|
64 |
|
65 |
if st.session_state["draw"]:
|
|
|
59 |
|
60 |
with col1:
|
61 |
|
62 |
+
current_image=ds[st.session_state["img"]]['image']
|
63 |
draw = ImageDraw.Draw(current_image)
|
64 |
|
65 |
if st.session_state["draw"]:
|