File size: 395 Bytes
f7333d2
 
a23ced6
067096f
a23ced6
067096f
f7333d2
a23ced6
f7333d2
a23ced6
1
2
3
4
5
6
7
8
9
10
import gradio as gr

with gr.Blocks() as demo:
    gr.HTML(value="""<h1 style='text-align: center'><a href="https://huggingface.co/spaces/openskyml/pigeon-chat">404</a></h1>""")
    gr.HTML(value="<h2></h2>")
    gr.HTML(value="""<h2>The page has been moved to a new address!<a href="https://huggingface.co/spaces/openskyml/pigeon-chat">Go to the page!</a></h2>""")

title = "404"

demo.launch()