fix windows css
This commit is contained in:
parent
80e733e0ca
commit
26851aaead
2 changed files with 4 additions and 3 deletions
|
@ -40,12 +40,11 @@ def index():
|
|||
|
||||
system += "The chat log is now finished."
|
||||
|
||||
ai_response = "AI: " + api.send_message(user_message, 5, system)
|
||||
ai_response = "AI: " + api.send_message(user_message, 4, system)
|
||||
messages.append(ai_response)
|
||||
|
||||
return render_template('index.html', messages=messages)
|
||||
|
||||
|
||||
@APP.route('/faq')
|
||||
def faq():
|
||||
return render_template('faq.html')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue