Spaces:
Running
Running
Update app.py
Browse files
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['
|
| 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>
|