Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Adapting
/
TrendFlow
like
8
Running
App
Files
Files
Community
1
main
TrendFlow
/
mypages
/
navigation.py
Adapting
1
0c73150
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
import
streamlit
as
st
def
__go_to__
(
page:
str
):
st.session_state[
'current_page'
] = page
def
go_to_home
():
__go_to__(
'home'
)