Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|