main #11

Merged
YasinOnm08 merged 28 commits from React-Group/ai-virtual-assistant:main into main 2024-09-17 13:24:39 +02:00
Showing only changes of commit f7d23ef603 - Show all commits

View file

@ -38,7 +38,7 @@ def faq():
@APP.route('/contact')
def contact():
return render_template('faq.html')
return render_template('contact.html')
if __name__ == '__main__':