Commit
·
ba82fe8
1
Parent(s):
f1ecf3e
updates
Browse files
app.py
CHANGED
@@ -57,13 +57,13 @@ random_i=np.load('random.npy')
|
|
57 |
|
58 |
|
59 |
if "point" not in st.session_state:
|
60 |
-
st.session_state["point"] = (
|
61 |
|
62 |
if "img" not in st.session_state:
|
63 |
st.session_state["img"] = 0
|
64 |
|
65 |
if "draw" not in st.session_state:
|
66 |
-
st.session_state["draw"] =
|
67 |
|
68 |
def patch(ij):
|
69 |
#st.write(ij)
|
|
|
57 |
|
58 |
|
59 |
if "point" not in st.session_state:
|
60 |
+
st.session_state["point"] = (128,128)
|
61 |
|
62 |
if "img" not in st.session_state:
|
63 |
st.session_state["img"] = 0
|
64 |
|
65 |
if "draw" not in st.session_state:
|
66 |
+
st.session_state["draw"] = True
|
67 |
|
68 |
def patch(ij):
|
69 |
#st.write(ij)
|