Rename a file
This commit is contained in:
parent
40c9e4686c
commit
05ee323ce5
2 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ def load_html_image(paths):
|
|||
return ''
|
||||
|
||||
def generate_chat_html(history, name1, name2, character):
|
||||
with open(Path(__file__).resolve().parent / '../css/html_chat_style.css', 'r') as f:
|
||||
with open(Path(__file__).resolve().parent / '../css/html_cai_style.css', 'r') as f:
|
||||
css = f.read()
|
||||
|
||||
output = f'<style>{css}</style><div class="chat" id="chat">'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue