ehristoforu commited on
Commit
067096f
1 Parent(s): a23ced6

Update dolphin.script.py

Browse files
Files changed (1) hide show
  1. dolphin.script.py +2 -2
dolphin.script.py CHANGED
@@ -1,9 +1,9 @@
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
- gr.HTML(value="""<h1 style='text-align: center'><a href="https://openskyml-pigeon-chat.hf.space/">404</a></h1>""")
5
  gr.HTML(value="<h2></h2>")
6
- 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>""")
7
 
8
  title = "404"
9
 
 
1
  import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
+ gr.HTML(value="""<h1 style='text-align: center'><a href="https://huggingface.co/spaces/openskyml/pigeon-chat">404</a></h1>""")
5
  gr.HTML(value="<h2></h2>")
6
+ 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>""")
7
 
8
  title = "404"
9