Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -546,7 +546,7 @@ with gr.Blocks() as demo:
|
|
546 |
gen_key_btn = gr.Button("Generate the evaluation key")
|
547 |
error_box2 = gr.Textbox(label="Error ❌", visible=False)
|
548 |
user_id_box = gr.Textbox(label="User ID:", visible=True)
|
549 |
-
key_len_box = gr.Textbox(label="Evaluation Key Size:", visible=False)
|
550 |
key_box = gr.Textbox(label="Evaluation key (truncated):", max_lines=3, visible=False)
|
551 |
|
552 |
gen_key_btn.click(
|
@@ -566,8 +566,8 @@ with gr.Blocks() as demo:
|
|
566 |
error_box3 = gr.Textbox(label="Error ❌", visible=False)
|
567 |
|
568 |
with gr.Row():
|
569 |
-
with gr.Column():
|
570 |
-
|
571 |
with gr.Column():
|
572 |
enc_dict_box = gr.Textbox(label="encrypted input_dict_box:", max_lines=10)
|
573 |
|
|
|
546 |
gen_key_btn = gr.Button("Generate the evaluation key")
|
547 |
error_box2 = gr.Textbox(label="Error ❌", visible=False)
|
548 |
user_id_box = gr.Textbox(label="User ID:", visible=True)
|
549 |
+
# key_len_box = gr.Textbox(label="Evaluation Key Size:", visible=False)
|
550 |
key_box = gr.Textbox(label="Evaluation key (truncated):", max_lines=3, visible=False)
|
551 |
|
552 |
gen_key_btn.click(
|
|
|
566 |
error_box3 = gr.Textbox(label="Error ❌", visible=False)
|
567 |
|
568 |
with gr.Row():
|
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 |
|