Skip to content

Commit

Permalink
Rename a file
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Mar 15, 2023
1 parent 40c9e46 commit 05ee323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/html_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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">'
Expand Down

0 comments on commit 05ee323

Please sign in to comment.