Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
n3xt1lxs
/
new-space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
37b14a3
new-space
/
app.py
n3xt1lxs
initial commit
37b14a3
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
gr.Markdown(
"# Main page components"
)
with
demo.route(
"Settings"
,
"/settings"
):
gr.Markdown(
"# Settings page components"
)
demo.launch()