saving-willy-dev / src /pages /4_πŸ†_benchmarking.py
vancauwe's picture
feat: content split to page and gallery maps good to go
2f87aad
raw
history blame
171 Bytes
import streamlit as st
st.set_page_config(
page_title="Benchmarking",
page_icon="πŸ†",
)
from utils.st_logs import parse_log_buffer, init_logging_session_states