Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
import streamlit as
|
| 2 |
-
|
| 3 |
import openai
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
import nltk
|
|
@@ -13,7 +13,7 @@ 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 |
-
|
| 17 |
|
| 18 |
# Configuraci贸n de NLTK
|
| 19 |
nltk.download('punkt')
|
|
|
|
| 1 |
+
import streamlit as
|
| 2 |
+
|
| 3 |
import openai
|
| 4 |
from dotenv import load_dotenv
|
| 5 |
import nltk
|
|
|
|
| 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')
|