Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
067096f
1
Parent(s):
a23ced6
Update dolphin.script.py
Browse files- 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
|
5 |
gr.HTML(value="<h2></h2>")
|
6 |
-
gr.HTML(value="""<h2>The page has been moved to a new address!<a href="https://openskyml
|
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 |
|