Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/multipage
abidlabs
/
multipage-ssr
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Feb 3
Commit
4cc4a74
·
verified
·
1 Parent(s):
e42f7f3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -8,4 +8,4 @@ with demo.route("Second Page"):
8
second_page.demo.render()
9
10
if __name__ == "__main__":
11
-
demo.launch()
8
second_page.demo.render()
9
10
if __name__ == "__main__":
11
+
demo.launch(
ssr_mode=False
)