prakharg24 commited on
Commit
574d55f
·
verified ·
1 Parent(s): c82f407

Update my_pages/rashomon_effect.py

Browse files
Files changed (1) hide show
  1. my_pages/rashomon_effect.py +1 -1
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 0;'>{multiplicity_message}</div>",
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
  )