new-space / app.py
n3xt1lxs's picture
initial commit
37b14a3 verified
raw
history blame
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()