Omnibus commited on
Commit
2b7bb13
·
1 Parent(s): 6a45d52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with gr.Blocks() as app:
153
  enc_doc_out=gr.File()
154
  en_btn = gr.Button("Encrypt")
155
  enc_out = gr.Textbox(label="Encrypted Bytes")
156
- enc_qr_out = gr.Image("Encrypted QR")
157
 
158
  with gr.Tab("Decrypt"):
159
  pass_out = gr.Textbox(label="Enter Password")
 
153
  enc_doc_out=gr.File()
154
  en_btn = gr.Button("Encrypt")
155
  enc_out = gr.Textbox(label="Encrypted Bytes")
156
+ enc_qr_out = gr.Image(label = "Encrypted QR")
157
 
158
  with gr.Tab("Decrypt"):
159
  pass_out = gr.Textbox(label="Enter Password")