Spaces:
Build error
Build error
Update app.py
Browse files
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')
|