Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,18 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 27 |
</div>
|
| 28 |
"""
|
| 29 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
# 🧩 Tabs
|
| 31 |
get_tab1to3_unified()
|
| 32 |
get_tab5_randomness()
|
|
|
|
| 27 |
</div>
|
| 28 |
"""
|
| 29 |
)
|
| 30 |
+
gr.Markdown("""
|
| 31 |
+
<div style="display: flex; justify-content: center;">
|
| 32 |
+
<div style="text-align: center; display: inline-block;">
|
| 33 |
+
<h3 style="font-size: 20px; line-height: 1.8; margin-top: 10px; color: #f0f0f0;">
|
| 34 |
+
Secure your communication with the next generation of cryptography.<br>
|
| 35 |
+
Generate quantum-safe keys, protect your messages with advanced encryption,<br>
|
| 36 |
+
and decode them seamlessly — all in one intuitive space.<br><br>
|
| 37 |
+
<em style="font-size: 18px; color: #ffa500;">Where quantum principles meet real-world security.</em>
|
| 38 |
+
</h3>
|
| 39 |
+
</div>
|
| 40 |
+
</div>
|
| 41 |
+
""")
|
| 42 |
# 🧩 Tabs
|
| 43 |
get_tab1to3_unified()
|
| 44 |
get_tab5_randomness()
|