Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from chromadb.utils import embedding_functions
|
|
14 |
import gradio as gr
|
15 |
|
16 |
# Cargar base de datos de tr谩mites y servicios
|
17 |
-
file_path = '
|
18 |
if not os.path.exists(file_path):
|
19 |
raise FileNotFoundError(f"El archivo {file_path} no se encontr贸 en el directorio actual.")
|
20 |
|
|
|
14 |
import gradio as gr
|
15 |
|
16 |
# Cargar base de datos de tr谩mites y servicios
|
17 |
+
file_path = 'Diagrama de decisi贸n.csv' # Aseg煤rate de subir este archivo
|
18 |
if not os.path.exists(file_path):
|
19 |
raise FileNotFoundError(f"El archivo {file_path} no se encontr贸 en el directorio actual.")
|
20 |
|