kcelia commited on
Commit
5062baf
1 Parent(s): f5aa6c7

chore: update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -487,7 +487,7 @@ if __name__ == "__main__":
487
  gr.Markdown("# Step 4: Send the encrypted data to the server.")
488
  gr.Markdown("Client side")
489
 
490
- send_input_btn = gr.Button("Send the encrypted data to the server..")
491
  error_box_4 = gr.Textbox(label="Error", visible=False)
492
  server_response_box = gr.Textbox(value="Data sent", visible=False, show_label=False)
493
 
 
487
  gr.Markdown("# Step 4: Send the encrypted data to the server.")
488
  gr.Markdown("Client side")
489
 
490
+ send_input_btn = gr.Button("Send the encrypted data to the server.")
491
  error_box_4 = gr.Textbox(label="Error", visible=False)
492
  server_response_box = gr.Textbox(value="Data sent", visible=False, show_label=False)
493