Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Vivas authored and Mariana Vivas committed Nov 6, 2024
1 parent 111f82e commit b7285bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spanish/analyses/03_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def toggle_hint():
if not st.session_state['show_hint']:
st.image(f"images/lepton_pt_{theme['base']}.png", caption="Distribución de pT de los tres leptones más energéticos en cada evento.")
else:
st.image(f"images/lepton_pt_{theme['base']}_lines.png", caption="istribución de pT de los tres leptones más energéticos en cada evento con posibles cortes.")
st.image(f"images/lepton_pt_{theme['base']}_lines.png", caption="Distribución de pT de los tres leptones más energéticos en cada evento con posibles cortes.")

st.markdown("Con esto en mente, consideremos los mejores cortes inferiores del p$_T$ que ayudarían a filtrar eventos de fondo mientras retenemos eventos que posiblmente son candidatos del Higgs.")
with st.expander("🔍 Quiz", expanded=True):
Expand Down

0 comments on commit b7285bb

Please sign in to comment.