Created
March 29, 2025 10:52
-
-
Save vndee/977b580deeafeafacf370054762ba53c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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