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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,5 +1,5 @@
1
- import streamlit as st
2
- from streamlit_agent import Agent
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
- from streamlit_agent import Agent)
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')