Josedcape commited on
Commit
821c2f2
verified
1 Parent(s): 11144d0

Update app.py

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