Skip to content

Commit 05ee323

Browse files
committed
Rename a file
1 parent 40c9e46 commit 05ee323

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

modules/html_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def load_html_image(paths):
101101
return ''
102102

103103
def generate_chat_html(history, name1, name2, character):
104-
with open(Path(__file__).resolve().parent / '../css/html_chat_style.css', 'r') as f:
104+
with open(Path(__file__).resolve().parent / '../css/html_cai_style.css', 'r') as f:
105105
css = f.read()
106106

107107
output = f'<style>{css}</style><div class="chat" id="chat">'

0 commit comments

Comments
 (0)