warhawkmonk commited on
Commit
3776898
·
verified ·
1 Parent(s): b31ef15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -478,6 +478,7 @@ if bg_doc and prompt:
478
 
479
  modifiedValue="@working"
480
  dictionary['every_prompt_with_val'].append((prompt,modifiedValue))
 
481
  elif not bg_doc and canvas_result.image_data is not None:
482
  if prompt:
483
 
 
478
 
479
  modifiedValue="@working"
480
  dictionary['every_prompt_with_val'].append((prompt,modifiedValue))
481
+ st.rerun()
482
  elif not bg_doc and canvas_result.image_data is not None:
483
  if prompt:
484