GALOLIT commited on
Commit
0da8063
1 Parent(s): 07b7a3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ if st.button('Calcular Valor Presente'):
37
  plt.ylabel('Flujo de Efectivo')
38
  for i, cf in enumerate(flujos_de_efectivo):
39
  plt.annotate(f'{cf:,.2f}', (i, cf), textcoords="offset points", xytext=(0,n), ha='center')
40
-   st.pyplot(plt)
 
37
  plt.ylabel('Flujo de Efectivo')
38
  for i, cf in enumerate(flujos_de_efectivo):
39
  plt.annotate(f'{cf:,.2f}', (i, cf), textcoords="offset points", xytext=(0,n), ha='center')
40
+ st.pyplot(plt)