ConectaODSco commited on
Commit
ce15cd3
·
verified ·
1 Parent(s): 6ea2cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -952,7 +952,7 @@ def tab_inicio_prompt(df_ods, df_metas, df_indicador):
952
  style="margin: 0 auto; display: block;" />
953
  <p style="margin: 10px 0 5px 0; color: #333; font-size: 12px;"><strong style="color: #333;">Ind:</strong> {row['META_ID']}</p>
954
 
955
- <p style="margin: 5px 0 0 0; color: #333; font-size: 11px;">Rank: {row['indicador_rank']}</p>
956
  </div>''' for _, row in top_metas.iterrows()])}
957
  </div>
958
  </div>
 
952
  style="margin: 0 auto; display: block;" />
953
  <p style="margin: 10px 0 5px 0; color: #333; font-size: 12px;"><strong style="color: #333;">Ind:</strong> {row['META_ID']}</p>
954
 
955
+ <p style="margin: 5px 0 0 0; color: #333; font-size: 11px;">Rank: {row['rank']}</p>
956
  </div>''' for _, row in top_metas.iterrows()])}
957
  </div>
958
  </div>