Tweak message for 'still installing'

This commit is contained in:
cmdr2 2024-10-11 12:55:24 +05:30
parent dfa552585e
commit 07483891b6

View File

@ -350,8 +350,8 @@ def open_browser():
Panel(
"\n"
+ f"[white]Backend: {backend_name} is still installing..\n\n"
+ "Please wait until it finishes installing before making images.\n"
+ f"The UI will turn green in the top-right corner once it is ready (in [bold yellow underline]http://localhost:{port}[/]).\n",
+ "A new browser tab will open automatically after it finishes.\n"
+ f"If it does not, please open your web browser and navigate to [bold yellow underline]http://localhost:{port}/\n",
title=f"Backend engine is installing",
style="bold yellow on blue",
)