Josedcape commited on
Commit
1ce7556
verified
1 Parent(s): 7649c9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import time
12
  from google.cloud import texttospeech
13
  from Historial.historial_chat import cargar_historial, guardar_historial # Importa las funciones
14
  from utils.data_manager import (
15
-
16
 
17
  # Configuraci贸n de NLTK
18
  nltk.download('punkt')
 
12
  from google.cloud import texttospeech
13
  from Historial.historial_chat import cargar_historial, guardar_historial # Importa las funciones
14
  from utils.data_manager import (
15
+ from streamlit_agent import Agent)
16
 
17
  # Configuraci贸n de NLTK
18
  nltk.download('punkt')