Skip to content

Instantly share code, notes, and snippets.

@vndee
Created March 29, 2025 10:52
Show Gist options
  • Save vndee/977b580deeafeafacf370054762ba53c to your computer and use it in GitHub Desktop.
Save vndee/977b580deeafeafacf370054762ba53c to your computer and use it in GitHub Desktop.
col1, col2, col3, col4, col5 = st.columns(5)
with col1:
st.markdown(f"""
<div class='metric-container'>
<div class='metric-value'>{max_width}</div>
<div class='metric-label'>Search Width</div>
</div>
""", unsafe_allow_html=True)
# Similar metrics for depth, entities explored, reasoning steps...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment