80cols commited on
Commit
693ac1c
·
verified ·
1 Parent(s): b425f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,7 +231,7 @@ with demo:
231
  encrypt_button_applicant = gr.Button("Encrypt the inputs and send to server.")
232
 
233
  encrypted_input_applicant = gr.Textbox(
234
- label="Encrypted input representation:", max_lines=2, interactive=False
235
  )
236
 
237
  encrypt_button_applicant.click(
@@ -261,7 +261,7 @@ with demo:
261
 
262
  execute_fhe_button = gr.Button("Run the FHE evaluation.")
263
  fhe_execution_time = gr.Textbox(
264
- label="Total FHE execution time (in seconds):", max_lines=1, interactive=False
265
  )
266
 
267
  # Button to send the encodings to the server using post method
 
231
  encrypt_button_applicant = gr.Button("Encrypt the inputs and send to server.")
232
 
233
  encrypted_input_applicant = gr.Textbox(
234
+ label="Encrypted input representation:", max_lines=4, interactive=False
235
  )
236
 
237
  encrypt_button_applicant.click(
 
261
 
262
  execute_fhe_button = gr.Button("Run the FHE evaluation.")
263
  fhe_execution_time = gr.Textbox(
264
+ label="Total FHE execution time (in seconds):", max_lines=4, interactive=False
265
  )
266
 
267
  # Button to send the encodings to the server using post method