Spaces:
Sleeping
Sleeping
Added reminder here
Browse files
app.py
CHANGED
|
@@ -465,6 +465,19 @@ document.addEventListener("mouseup", () => {
|
|
| 465 |
|
| 466 |
# ---- Main content ----
|
| 467 |
content_display = gr.HTML(TEXT_GENERATION_HTML)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 468 |
|
| 469 |
nav_bar.change(
|
| 470 |
fn=switch_content,
|
|
|
|
| 465 |
|
| 466 |
# ---- Main content ----
|
| 467 |
content_display = gr.HTML(TEXT_GENERATION_HTML)
|
| 468 |
+
|
| 469 |
+
gr.HTML("""
|
| 470 |
+
<div style="
|
| 471 |
+
margin: 40px auto;
|
| 472 |
+
padding: 25px;
|
| 473 |
+
text-align: center;
|
| 474 |
+
font-size: 32px;
|
| 475 |
+
font-weight: bold;
|
| 476 |
+
border-radius: 12px;
|
| 477 |
+
">
|
| 478 |
+
Remember to return to the survey once you're done here!
|
| 479 |
+
</div>
|
| 480 |
+
""")
|
| 481 |
|
| 482 |
nav_bar.change(
|
| 483 |
fn=switch_content,
|