Spaces:
Running
Running
Update app.py
Browse files
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':
|