DawnC commited on
Commit
98aa801
·
verified ·
1 Parent(s): 4d1a66f

Upload ui_manager.py

Browse files

INFORM PLACES365 ISSUE ON UI

Files changed (1) hide show
  1. ui_manager.py +10 -0
ui_manager.py CHANGED
@@ -158,6 +158,11 @@ class UIManager:
158
  <a href="https://cloudconvert.com/heic-to-jpg" target="_blank" style="color: #3182ce; text-decoration: underline;">Convert HEIC to JPG</a> before uploading if needed.
159
  </p>
160
  </div>
 
 
 
 
 
161
  </div>
162
  """)
163
 
@@ -325,6 +330,11 @@ class UIManager:
325
  Consider this an educated opinion rather than absolute truth. For critical applications, always verify with human eyes! 🧐
326
  </p>
327
  </div>
 
 
 
 
 
328
  </details>
329
  """)
330
 
 
158
  <a href="https://cloudconvert.com/heic-to-jpg" target="_blank" style="color: #3182ce; text-decoration: underline;">Convert HEIC to JPG</a> before uploading if needed.
159
  </p>
160
  </div>
161
+ <div style="margin-top: 10px; padding: 10px 15px; background-color: rgba(255, 243, 205, 0.9); border-left: 3px solid #f6ad55; border-radius: 6px; max-width: 600px; margin-left: auto; margin-right: auto; text-align: left;">
162
+ <p style="margin: 0; font-size: 0.9rem; color: #744210; font-weight: 500;">
163
+ <span style="margin-right: 5px;">⚠️</span> Service Notice: Experiencing intermittent connectivity issues with Places365 scene classification since August 18, 2025. Scene analysis may have reduced accuracy while alternative solutions are being implemented.
164
+ </p>
165
+ </div>
166
  </div>
167
  """)
168
 
 
330
  Consider this an educated opinion rather than absolute truth. For critical applications, always verify with human eyes! 🧐
331
  </p>
332
  </div>
333
+ <div style="margin-top: 8px; padding: 10px; background-color: #fff3cd; border-radius: 6px; border: 1px solid #ffeaa7;">
334
+ <p style="font-size: 13px; color: #856404; margin: 0;">
335
+ <b>Current Status:</b> Scene classification is currently operating with reduced accuracy due to Places365 service connectivity issues since August 18, 2025. The system is using backup analysis methods while implementing permanent solutions.
336
+ </p>
337
+ </div>
338
  </details>
339
  """)
340