warhawkmonk commited on
Commit
5af763f
·
verified ·
1 Parent(s): a0cd39c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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':