Created
July 23, 2022 09:43
-
-
Save ahmedbesbes/eb588a735b577b3adc97b7906442da1b 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
import streamlit as st | |
tabs = st.tabs(["metrics", "plots", "reports"]) | |
tab_plots = tabs[1] | |
with tab_plots: | |
st.image("./roc.png") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment