Ahmad Hammoudeh commited on
Commit
5951084
·
1 Parent(s): 1bf903f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def Decrypt_users_txt(Txt,user_password):
37
 
38
 
39
  with gr.Blocks() as demo:
40
- #gr.Markdown("<h1><center>Free Fast YouTube URL Video-to-Text using <a href=https://openai.com/blog/whisper/ target=_blank>OpenAI's Whisper</a> Model</center></h1>")
41
  gr.Markdown("<center> Encrypt your message and use the same link to 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>")
 
37
 
38
 
39
  with gr.Blocks() as demo:
40
+ gr.Markdown("<h1><center> Message Encryption</center></h1>")
41
  gr.Markdown("<center> Encrypt your message and use the same link to 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>")