dolphinchat-chatgpt-demo-ui / dolphin.script.py
DakMak's picture
Update dolphin.script.py
a3813e8
raw
history blame contribute delete
No virus
371 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.HTML(value="""<h1 style='text-align: center'><a href="https://openskyml-pigeon-chat.hf.space/">404</a></h1>""")
gr.HTML(value="<h2></h2>")
gr.HTML(value="""<h2>The page has been moved to a new address!<a href="https://openskyml-pigeon-chat.hf.space/">Go to the page!</a></h2>""")
title = "404"
demo.launch()