Spaces:
Sleeping
Sleeping
Update tab/tab1to3_unified.py
Browse files- tab/tab1to3_unified.py +1 -1
tab/tab1to3_unified.py
CHANGED
|
@@ -90,7 +90,7 @@ def get_tab1to3_unified():
|
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
| 92 |
gr.Markdown("""<div style="text-align: center;">
|
| 93 |
-
<h4 style="font-size: 22px; color: #
|
| 94 |
<p style="font-size: 16px; color: #cccccc;">Generate a secure quantum key using BB84 protocol.</p>
|
| 95 |
</div>""")
|
| 96 |
key_length = gr.Slider(72, 512, step=8, value=256, label="QKD Key Length (Recommended ≥ 256)")
|
|
|
|
| 90 |
with gr.Row():
|
| 91 |
with gr.Column():
|
| 92 |
gr.Markdown("""<div style="text-align: center;">
|
| 93 |
+
<h4 style="font-size: 22px; color: #a3c14a;">🔑 QKD Key Generator</h4>
|
| 94 |
<p style="font-size: 16px; color: #cccccc;">Generate a secure quantum key using BB84 protocol.</p>
|
| 95 |
</div>""")
|
| 96 |
key_length = gr.Slider(72, 512, step=8, value=256, label="QKD Key Length (Recommended ≥ 256)")
|