0c73150
1
2
3
4
5
6
7
import streamlit as st def __go_to__(page:str): st.session_state['current_page'] = page def go_to_home(): __go_to__('home')