Explorar o código

Rename a file

oobabooga %!s(int64=2) %!d(string=hai) anos
pai
achega
05ee323ce5
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 0
      css/html_cai_style.css
  2. 1 1
      modules/html_generator.py

+ 0 - 0
css/html_chat_style.css → css/html_cai_style.css


+ 1 - 1
modules/html_generator.py

@@ -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">'