more styling
Browse files
app.py
CHANGED
@@ -33,9 +33,11 @@ styled_data = (
|
|
33 |
subset=["Ranking Agreement"],
|
34 |
cmap="RdYlGn",
|
35 |
vmin=0.5,
|
36 |
-
vmax=
|
37 |
)
|
38 |
.format(subset=["Ranking Agreement", "Decisiveness", "Bias"], formatter=format_digits)
|
39 |
.set_properties(**{"text-align": "center"})
|
40 |
)
|
41 |
-
|
|
|
|
|
|
33 |
subset=["Ranking Agreement"],
|
34 |
cmap="RdYlGn",
|
35 |
vmin=0.5,
|
36 |
+
vmax=0.9,
|
37 |
)
|
38 |
.format(subset=["Ranking Agreement", "Decisiveness", "Bias"], formatter=format_digits)
|
39 |
.set_properties(**{"text-align": "center"})
|
40 |
)
|
41 |
+
|
42 |
+
|
43 |
+
st.dataframe(styled_data, use_container_width=True, height=800, hide_index=True)
|