Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: update
Browse files
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 |
|