Spaces:
Runtime error
Runtime error
Commit
·
f5552ba
1
Parent(s):
2fd9b4b
Corrección en la presentacion de enumeración twees
Browse files
app.py
CHANGED
@@ -164,8 +164,9 @@ def run():
|
|
164 |
showTable = True
|
165 |
|
166 |
if (showTable):
|
167 |
-
|
168 |
-
|
|
|
169 |
|
170 |
try:
|
171 |
run()
|
|
|
164 |
showTable = True
|
165 |
|
166 |
if (showTable):
|
167 |
+
df.index+=1
|
168 |
+
print(df.index)
|
169 |
+
st.table(df.head(50).style.set_properties(subset=['violencia política de género'], **{'width': '250px'}).applymap(color_survived, subset=['violencia política de género']))
|
170 |
|
171 |
try:
|
172 |
run()
|