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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,8 +148,8 @@ with gr.Blocks() as app:
148
  mes = gr.Textbox(label = "Message")
149
  with gr.Row():
150
  im = gr.Image(type="filepath")
151
- doc=gr.File()
152
  with gr.Tab("File"):
 
153
  enc_doc_out=gr.File()
154
  en_btn = gr.Button("Encrypt")
155
  enc_out = gr.Textbox(label="Encrypted Bytes")
 
148
  mes = gr.Textbox(label = "Message")
149
  with gr.Row():
150
  im = gr.Image(type="filepath")
 
151
  with gr.Tab("File"):
152
+ doc=gr.File()
153
  enc_doc_out=gr.File()
154
  en_btn = gr.Button("Encrypt")
155
  enc_out = gr.Textbox(label="Encrypted Bytes")