Spaces:
Sleeping
Sleeping
Next
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ with gr.Blocks() as demo:
|
|
| 131 |
gr.Button("Generate Keys").click(rsa_keys, [], [rsa_private_output, rsa_public_output])
|
| 132 |
with gr.Row():
|
| 133 |
gr.Markdown(
|
| 134 |
-
"""
|
| 135 |
<center> this spaces made by [Nex432](https://huggingface.co/spaces/Nex432/gr-encrypt) just for fun :D</center>
|
| 136 |
|
| 137 |
"""
|
|
|
|
| 131 |
gr.Button("Generate Keys").click(rsa_keys, [], [rsa_private_output, rsa_public_output])
|
| 132 |
with gr.Row():
|
| 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 |
"""
|