Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created July 23, 2022 09:43
Show Gist options
  • Save ahmedbesbes/eb588a735b577b3adc97b7906442da1b to your computer and use it in GitHub Desktop.
Save ahmedbesbes/eb588a735b577b3adc97b7906442da1b to your computer and use it in GitHub Desktop.
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