Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -371,6 +371,8 @@ if "text_embeddings" not in dictionary:
|
|
371 |
if "rerun" not in dictionary:
|
372 |
dictionary['rerun']="good"
|
373 |
st.rerun()
|
|
|
|
|
374 |
|
375 |
stroke_width = st.sidebar.slider("Stroke width: ", 1, 25, 20)
|
376 |
if drawing_mode == 'point':
|
|
|
371 |
if "rerun" not in dictionary:
|
372 |
dictionary['rerun']="good"
|
373 |
st.rerun()
|
374 |
+
if "upload_file_name" not in dictionary:
|
375 |
+
dictionary['upload_file_name'] = "no file"
|
376 |
|
377 |
stroke_width = st.sidebar.slider("Stroke width: ", 1, 25, 20)
|
378 |
if drawing_mode == 'point':
|