Circularmachines commited on
Commit
93cc7da
·
1 Parent(s): 6000267
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if "draw" not in st.session_state:
43
  st.session_state["draw"] = True
44
 
45
  def patch(ij):
46
- #st.write(ij)
47
  immg=ij//n_patches
48
 
49
 
 
43
  st.session_state["draw"] = True
44
 
45
  def patch(ij):
46
+ st.write(ij)
47
  immg=ij//n_patches
48
 
49