Omnibus commited on
Commit
042b39e
·
1 Parent(s): 8be4bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,8 +121,8 @@ with gr.Blocks() as app:
121
  qr_enc_mes = gr.Image(type="filepath")
122
 
123
  with gr.Tab("Decrypt"):
124
- mes_in = gr.Pil("Message")
125
- priv_key_in = gr.Pil("Private Key")
126
 
127
  rsa_dec_btn = gr.Button("RSA Decrypt")
128
  rsa_dec_mes = gr.Textbox(label="decoded")
 
121
  qr_enc_mes = gr.Image(type="filepath")
122
 
123
  with gr.Tab("Decrypt"):
124
+ mes_in = gr.Pil(label="Message")
125
+ priv_key_in = gr.Pil(label="Private Key")
126
 
127
  rsa_dec_btn = gr.Button("RSA Decrypt")
128
  rsa_dec_mes = gr.Textbox(label="decoded")