Circularmachines commited on
Commit
7d11428
·
1 Parent(s): 9705209

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -43,6 +43,7 @@ if "draw" not in st.session_state:
43
  st.session_state["draw"] = False
44
 
45
  def patch(i):
 
46
  img=i//(36*36)
47
  p=i%(36*36)
48
 
 
43
  st.session_state["draw"] = False
44
 
45
  def patch(i):
46
+ st.write(i)
47
  img=i//(36*36)
48
  p=i%(36*36)
49