DawnC commited on
Commit
f66b3c8
·
verified ·
1 Parent(s): d20ba1a

Update ui_manager.py

Browse files
Files changed (1) hide show
  1. ui_manager.py +10 -0
ui_manager.py CHANGED
@@ -930,6 +930,16 @@ class UIManager:
930
  Please don't refresh the page while processing.
931
  </p>
932
  </div>
 
 
 
 
 
 
 
 
 
 
933
  """
934
  )
935
 
 
930
  Please don't refresh the page while processing.
931
  </p>
932
  </div>
933
+ <div style="background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
934
+ border-left: 4px solid #1976d2;
935
+ padding: 12px 16px;
936
+ border-radius: 8px;
937
+ margin: 12px 0;">
938
+ <p style="margin: 0; color: #0d47a1; font-size: 14px;">
939
+ 🔄 <strong>Want to make more changes?</strong> After each generation, please
940
+ <strong>re-upload your image</strong> and draw a new mask if you want to apply additional edits.
941
+ </p>
942
+ </div>
943
  """
944
  )
945