Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,8 +125,8 @@ with gr.Blocks(css_paths=["static/deval.css"], theme=gr.themes.Default(primary_h
|
|
125 |
color: white;
|
126 |
font-size: 2rem;
|
127 |
">
|
128 |
-
<p style="margin: 0.5em 0;">⚠️ <strong>DEvalBot has moved!</strong></p>
|
129 |
-
<p style="margin: 0.5em 0;">Please visit the new page:</p>
|
130 |
<p style="margin: 0.5em 0;">
|
131 |
<a href="{NEW_PAGE_URL}" style="color: white; font-weight: bold; text-decoration: underline;">
|
132 |
{NEW_PAGE_URL}
|
|
|
125 |
color: white;
|
126 |
font-size: 2rem;
|
127 |
">
|
128 |
+
<p style="margin: 0.5em 0; color: white;">⚠️ <strong>DEvalBot has moved!</strong></p>
|
129 |
+
<p style="margin: 0.5em 0; color: white;">Please visit the new page:</p>
|
130 |
<p style="margin: 0.5em 0;">
|
131 |
<a href="{NEW_PAGE_URL}" style="color: white; font-weight: bold; text-decoration: underline;">
|
132 |
{NEW_PAGE_URL}
|