warhawkmonk commited on
Commit
9b65b91
·
verified ·
1 Parent(s): c98029e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -235,6 +235,9 @@ if "image_movement" not in dictionary:
235
  dictionary['image_movement']=None
236
  if "text_embeddings" not in dictionary:
237
  dictionary['text_embeddings']={}
 
 
 
238
 
239
  stroke_width = st.sidebar.slider("Stroke width: ", 1, 25, 20)
240
  if drawing_mode == 'point':
 
235
  dictionary['image_movement']=None
236
  if "text_embeddings" not in dictionary:
237
  dictionary['text_embeddings']={}
238
+ if "rerun" not in dictionary:
239
+ dictionary['rerun']="good"
240
+ st.rerun()
241
 
242
  stroke_width = st.sidebar.slider("Stroke width: ", 1, 25, 20)
243
  if drawing_mode == 'point':