Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def main():
|
|
55 |
|
56 |
st.set_page_config(page_title="Buscador de noticias periodicos dominicanos", page_icon="📰", layout="centered")
|
57 |
st.image('repartidor_periodicos.jpeg', width=150)
|
58 |
-
st.header('El Repartidor Dominicano :blue-background[experimental]')
|
59 |
|
60 |
df, fecha_min, fecha_max=cargar_articulos()
|
61 |
fecha_min=fecha_min[:19]
|
|
|
55 |
|
56 |
st.set_page_config(page_title="Buscador de noticias periodicos dominicanos", page_icon="📰", layout="centered")
|
57 |
st.image('repartidor_periodicos.jpeg', width=150)
|
58 |
+
st.header('El Repartidor Dominicano :blue-background[<font size="2">experimental</font>]', unsafe_allow_html=True)
|
59 |
|
60 |
df, fecha_min, fecha_max=cargar_articulos()
|
61 |
fecha_min=fecha_min[:19]
|