Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
# ==================== Buscador de Eventos
|
| 2 |
-
# Versi贸n API Web Final con L贸gica de IA Mejorada y Segundo Filtro
|
| 3 |
|
| 4 |
# JAIRO ALEXANDER ERASO MD U Nacional de Colombia.
|
| 5 |
-
# DIANA MILENA SOLER MARTINEZ U Juan N. Corpas
|
| 6 |
|
| 7 |
import streamlit as st
|
| 8 |
import google.generativeai as genai
|
|
@@ -13,7 +12,6 @@ import logging
|
|
| 13 |
import datetime
|
| 14 |
|
| 15 |
|
| 16 |
-
# --- CONFIGURACI脫N B脕SICA ---
|
| 17 |
st.set_page_config(
|
| 18 |
page_title="Buscador Inteligente SIVIGILA Colombia",
|
| 19 |
page_icon="buho.png",
|
|
|
|
| 1 |
+
# ==================== Buscador de Eventos para Notificaci贸n SIVIGILA - Colombia 2025 =====================================
|
|
|
|
| 2 |
|
| 3 |
# JAIRO ALEXANDER ERASO MD U Nacional de Colombia.
|
| 4 |
+
# DIANA MILENA SOLER MARTINEZ Psc.U Juan N. Corpas, U. Bosque.
|
| 5 |
|
| 6 |
import streamlit as st
|
| 7 |
import google.generativeai as genai
|
|
|
|
| 12 |
import datetime
|
| 13 |
|
| 14 |
|
|
|
|
| 15 |
st.set_page_config(
|
| 16 |
page_title="Buscador Inteligente SIVIGILA Colombia",
|
| 17 |
page_icon="buho.png",
|