Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='')
|