diff --git a/css/chat.css b/css/chat.css index 67bbe51..677d86d 100644 --- a/css/chat.css +++ b/css/chat.css @@ -79,6 +79,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { padding-top: 1px; } +.chat > .messages { + display: flex; + flex-direction: column; +} + .message-body li { margin-top: 0.5em !important; margin-bottom: 0.5em !important; diff --git a/modules/html_generator.py b/modules/html_generator.py index c6ca13b..15c731c 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -168,10 +168,21 @@ def get_image_cache(path): def generate_instruct_html(history): - output = f'