Circularmachines commited on
Commit
ba82fe8
·
1 Parent(s): f1ecf3e
Files changed (1) hide show
  1. app.py +2 -2
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"] = (200,200)
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"] = False
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)