Amould commited on
Commit
675fd07
·
1 Parent(s): aab819e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def Decrypt_users_txt(Txt,password):
39
  with gr.Blocks() as demo:
40
  gr.Markdown("<h1><center> Message Encryption</center></h1>")
41
  gr.Markdown("<center> Encrypt your message and let your friends decrypt it on the same day.</center>")
42
- gr.Markdown("<center> The one day limit is to enhance the privacy of the encrypted messages.</center>")
43
- gr.Markdown("<center><b>'You can encrypt/decrypt so many messages everyday.'</b></center>")
44
  #gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience<br />If you have time while waiting, drop a ♥️ and check out my <a href=https://www.artificial-intelligence.blog target=_blank>AI blog</a> (opens in new tab).</center>")
45
  input_text = gr.Textbox(placeholder='Message', label='Message')
46
  Passwrd = gr.Textbox(placeholder='Password', label='Password')
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown("<h1><center> Message Encryption</center></h1>")
41
  gr.Markdown("<center> Encrypt your message and let your friends decrypt it on the same day.</center>")
42
+ #gr.Markdown("<center> The one day limit is to enhance the privacy of the encrypted messages.</center>")
43
+ #gr.Markdown("<center><b>'You can encrypt/decrypt so many messages everyday.'</b></center>")
44
  #gr.Markdown("<center>Transcription takes 5-10 seconds per minute of the video (bad audio/hard accents slow it down a bit). #patience<br />If you have time while waiting, drop a ♥️ and check out my <a href=https://www.artificial-intelligence.blog target=_blank>AI blog</a> (opens in new tab).</center>")
45
  input_text = gr.Textbox(placeholder='Message', label='Message')
46
  Passwrd = gr.Textbox(placeholder='Password', label='Password')