mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Rename a file
This commit is contained in:
parent
40c9e4686c
commit
05ee323ce5
@ -101,7 +101,7 @@ def load_html_image(paths):
|
|||||||
return ''
|
return ''
|
||||||
|
|
||||||
def generate_chat_html(history, name1, name2, character):
|
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()
|
css = f.read()
|
||||||
|
|
||||||
output = f'<style>{css}</style><div class="chat" id="chat">'
|
output = f'<style>{css}</style><div class="chat" id="chat">'
|
||||||
|
Loading…
Reference in New Issue
Block a user