find-the-animal / pages /2_⚙️_Settings.py
Tuana's picture
re-intro of emojis in pages dir
9931ef7
raw
history blame
No virus
118 Bytes
import streamlit as st
from utils.frontend import build_sidebar
build_sidebar()
st.write("This is the settings page")