Alexis Galvis commited on
Commit
0d788d0
·
1 Parent(s): 1494eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -62,6 +62,11 @@ total_monthly_debt = st.sidebar.number_input(
62
  dti = calculate_dti(annual_inc, total_monthly_debt)
63
  st.sidebar.write(f"DTI Calculado: {dti}%")
64
 
 
 
 
 
 
65
  if st.sidebar.button("Predecir"):
66
  # Crear el DataFrame con los datos de entrada
67
  input_data = {
 
62
  dti = calculate_dti(annual_inc, total_monthly_debt)
63
  st.sidebar.write(f"DTI Calculado: {dti}%")
64
 
65
+ # Footer con enlace a GitHub
66
+ st.sidebar.markdown(
67
+ "Reporte Técnico: [Reporte](https://lying-kiwi-8e8.notion.site/Trabajo-2-Redes-neuronales-y-Algoritmos-bioinspirados-17de8a118671805fac9be354a9fdf490)"
68
+ )
69
+
70
  if st.sidebar.button("Predecir"):
71
  # Crear el DataFrame con los datos de entrada
72
  input_data = {