qqubb commited on
Commit
ec462e8
·
verified ·
1 Parent(s): 0004c83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -569,7 +569,7 @@ with gr.Blocks() as demo:
569
  with gr.Column():
570
  input_dict_box = gr.Textbox(label="input_dict_box:", max_lines=10)
571
  with gr.Column():
572
- enc_dict_box = gr.Textbox(label="input_dict_box:", max_lines=10)
573
 
574
  encrypt_btn.click(
575
  encrypt_fn,
 
569
  with gr.Column():
570
  input_dict_box = gr.Textbox(label="input_dict_box:", max_lines=10)
571
  with gr.Column():
572
+ enc_dict_box = gr.Textbox(label="encrypted input_dict_box:", max_lines=10)
573
 
574
  encrypt_btn.click(
575
  encrypt_fn,