diff --git a/modules/html_generator.py b/modules/html_generator.py index cc50e24d..ce7c6db7 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -10,7 +10,7 @@ from pathlib import Path def generate_basic_html(s): s = '\n'.join([f'

{line}

' for line in s.split('\n')]) - s = f'
{s}
' + s = f'
{s}
' return s def process_post(post, c): @@ -180,6 +180,7 @@ def generate_chat_html(history, name1, name2, character): padding-bottom: 22px; font-size: 15px; font-family: helvetica; + line-height: 1.428571429; } .circle-you {