broadfield-dev commited on
Commit
7e96e67
·
verified ·
1 Parent(s): 8180bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (The Gory Details)", 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:
 
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: