Next commited on
Commit
16aadba
1 Parent(s): 6d070a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  """