Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(title="Secure Decoder API", theme=gr.themes.Soft()) as demo:
|
|
190 |
"without it being easily detectable or readable. The process uses a combination of **steganography** (hiding data in the image's pixels) and **hybrid encryption** (the security of RSA combined with the speed of AES)."
|
191 |
)
|
192 |
|
193 |
-
with gr.Accordion("How It Works
|
194 |
gr.Markdown(
|
195 |
"""
|
196 |
The security relies on a well-established cryptographic pattern called **Hybrid Encryption**. Here’s the step-by-step process a client must follow to create a compatible image:
|
|
|
190 |
"without it being easily detectable or readable. The process uses a combination of **steganography** (hiding data in the image's pixels) and **hybrid encryption** (the security of RSA combined with the speed of AES)."
|
191 |
)
|
192 |
|
193 |
+
with gr.Accordion("How It Works", open=False):
|
194 |
gr.Markdown(
|
195 |
"""
|
196 |
The security relies on a well-established cryptographic pattern called **Hybrid Encryption**. Here’s the step-by-step process a client must follow to create a compatible image:
|