Lisibonny commited on
Commit
f15985e
1 Parent(s): 4dacd72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -51,6 +51,8 @@ def main():
51
  st.header('El Repartidor Dominicano')
52
 
53
  df, fecha_min, fecha_max=cargar_articulos()
 
 
54
 
55
  # Sidebar
56
  st.sidebar.header("Acerca De")
@@ -72,7 +74,7 @@ def main():
72
 
73
  """
74
  )
75
- st.sidebar.markdown(f"Articulos del {fecha_min} al {fecha_max}")
76
 
77
  st.sidebar.header("Aviso Legal Sobre Uso de Datos")
78
  st.sidebar.markdown(
 
51
  st.header('El Repartidor Dominicano')
52
 
53
  df, fecha_min, fecha_max=cargar_articulos()
54
+
55
+ days=(fecha_max-fecha_min).days
56
 
57
  # Sidebar
58
  st.sidebar.header("Acerca De")
 
74
 
75
  """
76
  )
77
+ st.sidebar.markdown(f"Articulos del {fecha_min} al {fecha_max} DIAS {days}")
78
 
79
  st.sidebar.header("Aviso Legal Sobre Uso de Datos")
80
  st.sidebar.markdown(