Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,6 +218,14 @@ Casa Lemaitre: Lunes a jueves: 7am - 5pm / Viernes: 7am - 6pm / S谩bado: 8am - 2
|
|
| 218 |
|
| 219 |
馃憠 [Link de primo](https://primo.utb.edu.co/discovery/search?vid=57UTB_INST:57UTB_INST)
|
| 220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
"""
|
| 222 |
# 馃摉 ASISTENTE IA
|
| 223 |
if any(p in mensaje for p in ["asistente de investigaci贸n", "asistente de investigacion", "inteligencia artificial"]):
|
|
|
|
| 218 |
|
| 219 |
馃憠 [Link de primo](https://primo.utb.edu.co/discovery/search?vid=57UTB_INST:57UTB_INST)
|
| 220 |
|
| 221 |
+
"""
|
| 222 |
+
# 馃捇 SOLICITUD DE DOCUMENTO DIGITAL
|
| 223 |
+
if any(p in mensaje for p in ["art铆culo", "articulo", "cap铆tulo","capitulo","capitulo de libro","ca铆tulo de libro"]):
|
| 224 |
+
respuesta += """馃捇 Usa el buscador鈥疨rimo, identificarse con sus credenciales (correo y contrase帽a institucional) realizar la b煤squeda y seleccionar el documento haciendo la respectiva solicitud a la biblioteca.
|
| 225 |
+
|
| 226 |
+
馃帴 Video:
|
| 227 |
+
馃憠 [Solicitud de documento digital](https://www.youtube.com/watch?v=CbTWl0Htq7w)
|
| 228 |
+
|
| 229 |
"""
|
| 230 |
# 馃摉 ASISTENTE IA
|
| 231 |
if any(p in mensaje for p in ["asistente de investigaci贸n", "asistente de investigacion", "inteligencia artificial"]):
|