mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Rename a file
This commit is contained in:
parent
40c9e4686c
commit
05ee323ce5
@ -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…
Reference in New Issue
Block a user