Spaces:
Running
Running
Next
commited on
Commit
•
527409e
1
Parent(s):
16aadba
Update app.py
Browse files
app.py
CHANGED
@@ -129,12 +129,6 @@ with gr.Blocks() as demo:
|
|
129 |
rsa_private_output = gr.Textbox(label="Private Key")
|
130 |
rsa_public_output = gr.Textbox(label="Public Key")
|
131 |
gr.Button("Generate Keys").click(rsa_keys, [], [rsa_private_output, rsa_public_output])
|
132 |
-
|
133 |
-
gr.Markdown(
|
134 |
-
f"""
|
135 |
-
<center> this spaces made by [Nex432](https://huggingface.co/spaces/Nex432/gr-encrypt) just for fun :D</center>
|
136 |
-
|
137 |
-
"""
|
138 |
-
)
|
139 |
|
140 |
demo.launch()
|
|
|
129 |
rsa_private_output = gr.Textbox(label="Private Key")
|
130 |
rsa_public_output = gr.Textbox(label="Public Key")
|
131 |
gr.Button("Generate Keys").click(rsa_keys, [], [rsa_private_output, rsa_public_output])
|
132 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
|
134 |
demo.launch()
|