Daly26 commited on
Commit
dc6b8fe
·
1 Parent(s): 9b04ba1

modif fichier static

Browse files
Files changed (1) hide show
  1. LesChatsDeSeatech.py +1 -1
LesChatsDeSeatech.py CHANGED
@@ -769,7 +769,7 @@ chunk_embeddings, chunks_with_sources = compute_embeddings(chunks_with_sources)
769
  search_index, use_faiss = setup_search_index(chunk_embeddings)
770
 
771
  # ===== APPLICATION FLASK =====
772
- app = Flask(__name__)
773
  app.secret_key = 'seatech_chat_secret_key'
774
  conversation_history_global = {}
775
  # ajout Daly
 
769
  search_index, use_faiss = setup_search_index(chunk_embeddings)
770
 
771
  # ===== APPLICATION FLASK =====
772
+ app = Flask(__name__, static_folder="static", template_folder="templates")
773
  app.secret_key = 'seatech_chat_secret_key'
774
  conversation_history_global = {}
775
  # ajout Daly