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