Spaces:
Sleeping
Sleeping
Added reminder to survey
Browse files
app.py
CHANGED
|
@@ -577,6 +577,19 @@ document.addEventListener("mouseup", () => {
|
|
| 577 |
|
| 578 |
# ---- Main content ----
|
| 579 |
content_display = gr.HTML(TEXT_GENERATION_HTML)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 580 |
|
| 581 |
nav_bar.change(
|
| 582 |
fn=switch_content,
|
|
|
|
| 577 |
|
| 578 |
# ---- Main content ----
|
| 579 |
content_display = gr.HTML(TEXT_GENERATION_HTML)
|
| 580 |
+
|
| 581 |
+
gr.HTML("""
|
| 582 |
+
<div style="
|
| 583 |
+
margin: 40px auto;
|
| 584 |
+
padding: 25px;
|
| 585 |
+
text-align: center;
|
| 586 |
+
font-size: 32px;
|
| 587 |
+
font-weight: bold;
|
| 588 |
+
border-radius: 12px;
|
| 589 |
+
">
|
| 590 |
+
Remember to return to the survey!
|
| 591 |
+
</div>
|
| 592 |
+
""")
|
| 593 |
|
| 594 |
nav_bar.change(
|
| 595 |
fn=switch_content,
|