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
/
app.py
Adapting
1
0c73150
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
217 Bytes
import
sthelper
as
helper
from
mypages
import
(
welcome,
home
)
session = helper.OpenSession(
current_page=
'welcome'
,
page_map=
dict
(
welcome = welcome,
home = home
)
)
session.render()