mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-12 05:25:26 +00:00
Update lollms_webui.py
This commit is contained in:
parent
b45e4dda89
commit
b75af0a536
@ -1942,14 +1942,17 @@ Don't forget encapsulate the code inside a markdown code tag. This is mandatory.
|
||||
# if client.schedule_for_deletion:
|
||||
# self.session.remove_client(client.client_id, client.client_id)
|
||||
|
||||
ASCIIColors.success(
|
||||
f" ╔══════════════════════════════════════════════════╗ "
|
||||
)
|
||||
ASCIIColors.success(
|
||||
f" ║ Done ║ "
|
||||
)
|
||||
ASCIIColors.success(
|
||||
f" ╚══════════════════════════════════════════════════╝ "
|
||||
ASCIIColors.multicolor(
|
||||
texts=[
|
||||
f" ╔══════════════════════════════════════════════════╗\n",
|
||||
f" ║"," Done ","║\n",
|
||||
f" ╚══════════════════════════════════════════════════╝\n",
|
||||
],
|
||||
colors=[
|
||||
ASCIIColors.color_bright_cyan,
|
||||
ASCIIColors.color_bright_cyan,ASCIIColors.color_bright_green,ASCIIColors.color_bright_cyan,
|
||||
ASCIIColors.color_bright_cyan,
|
||||
]
|
||||
)
|
||||
if self.config.auto_title:
|
||||
d = client.discussion
|
||||
|
Loading…
x
Reference in New Issue
Block a user