AIdeaText commited on
Commit
ec170f8
verified
1 Parent(s): ce54757

Update modules/semantic/semantic_interface.py

Browse files
modules/semantic/semantic_interface.py CHANGED
@@ -31,7 +31,7 @@ from ..database.chat_mongo_db import store_chat_history, get_chat_history
31
  ###############################
32
 
33
  # En semantic_interface.py
34
- def display_semantic_interface(text, lang_code, nlp_models, t, semantic_t):
35
  try:
36
  # 1. Inicializar el estado de la sesi贸n
37
  if 'semantic_state' not in st.session_state:
 
31
  ###############################
32
 
33
  # En semantic_interface.py
34
+ def display_semantic_interface(lang_code, nlp_models, semantic_t):
35
  try:
36
  # 1. Inicializar el estado de la sesi贸n
37
  if 'semantic_state' not in st.session_state: