Update my_pages/rashomon_effect.py
Browse files
my_pages/rashomon_effect.py
CHANGED
|
@@ -120,6 +120,6 @@ def render():
|
|
| 120 |
<b>Clearly, the choice of model directly impacts individuals!</b>
|
| 121 |
"""
|
| 122 |
st.markdown(
|
| 123 |
-
f"<div style='text-align:center; color:#c0392b; font-size:20px; margin:0
|
| 124 |
unsafe_allow_html=True,
|
| 125 |
)
|
|
|
|
| 120 |
<b>Clearly, the choice of model directly impacts individuals!</b>
|
| 121 |
"""
|
| 122 |
st.markdown(
|
| 123 |
+
f"<div style='text-align:center; color:#c0392b; font-size:20px; margin:0;'>{multiplicity_message}</div>",
|
| 124 |
unsafe_allow_html=True,
|
| 125 |
)
|