Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|