Amould commited on
Commit
786b183
·
1 Parent(s): 12a5b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks() as demo:
45
  input_text = gr.Textbox(placeholder='Message',label='')
46
  Passwrd = gr.Textbox(placeholder='Password',label='')
47
  #User_password = gr.Textbox(placeholder='Password', label='User password')
48
- result_button_encrypt = gr.Button('Encrypt/تشفير')
49
  result_button_decrypt = gr.Button('Decrypt/فك تشفير')
50
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)
51
  output_text = gr.Textbox(placeholder='Output', label='')
 
45
  input_text = gr.Textbox(placeholder='Message',label='')
46
  Passwrd = gr.Textbox(placeholder='Password',label='')
47
  #User_password = gr.Textbox(placeholder='Password', label='User password')
48
+ result_button_encrypt = gr.Button('Encrypt/تشفير رسالة')
49
  result_button_decrypt = gr.Button('Decrypt/فك تشفير')
50
  #vc_f0method = gr.Radio(label="Encrypt or Decrypt", choices=["Encrypt", "Decrypt"],value="Encrypt",interactive=True,)
51
  output_text = gr.Textbox(placeholder='Output', label='')