Update app.py
Browse files
app.py
CHANGED
@@ -898,7 +898,7 @@ with gr.Blocks(css=css) as myface:
|
|
898 |
with gr.Row():
|
899 |
with gr.Tab("Title"):
|
900 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
901 |
-
<h1><a href="https://huggingface.co/spaces/Yntec/ToyWorldXL">This space has been superseded by Toy World, try out SDXL models and more than 400 ones by clicking this text!</a></h1>
|
902 |
|
903 |
""")
|
904 |
|
|
|
898 |
with gr.Row():
|
899 |
with gr.Tab("Title"):
|
900 |
gr.HTML(""" <title>Minimum Multiplier</title><div style="text-align: center; max-width: 1500px; margin: 0 auto;">
|
901 |
+
<h1><a href="https://huggingface.co/spaces/Yntec/ToyWorldXL"><u><b><p style="color:#8150df;">This space has been superseded by Toy World, try out SDXL models and more than 400 ones by clicking this text!</p></b></u></a></h1>
|
902 |
|
903 |
""")
|
904 |
|