Lisibonny commited on
Commit
88bce4f
1 Parent(s): d81df32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -44,12 +44,13 @@ def load_qa_model():
44
  # 4. Use streamlit to create a web app
45
  def main():
46
 
47
- df, fecha_min, fecha_max=cargar_articulos()
48
 
49
  st.set_page_config(page_title="Buscador de noticias periodicos dominicanos", page_icon="📰", layout="centered")
50
  st.image('repartidor_periodicos.jpeg', width=150)
51
  st.header('El Repartidor Dominicano')
52
 
 
53
 
54
  # Sidebar
55
  st.sidebar.header("Acerca De")
 
44
  # 4. Use streamlit to create a web app
45
  def main():
46
 
47
+
48
 
49
  st.set_page_config(page_title="Buscador de noticias periodicos dominicanos", page_icon="📰", layout="centered")
50
  st.image('repartidor_periodicos.jpeg', width=150)
51
  st.header('El Repartidor Dominicano')
52
 
53
+ df, fecha_min, fecha_max=cargar_articulos()
54
 
55
  # Sidebar
56
  st.sidebar.header("Acerca De")