Spaces:
Sleeping
Sleeping
Ahmad Hammoudeh
commited on
Commit
·
f20671b
1
Parent(s):
bd1bec2
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ with gr.Blocks() as demo:
|
|
| 166 |
output_text = gr.Textbox(placeholder='Output message', label='Encrypte')
|
| 167 |
|
| 168 |
result_button_encrypt.click(Encrypt_users_txt, inputs = input_text, outputs = output_text)
|
| 169 |
-
result_button_decrypt.click(Decrypt_users_txt, inputs =
|
| 170 |
|
| 171 |
demo.queue(default_enabled = True).launch(debug = True)
|
| 172 |
|
|
|
|
| 166 |
output_text = gr.Textbox(placeholder='Output message', label='Encrypte')
|
| 167 |
|
| 168 |
result_button_encrypt.click(Encrypt_users_txt, inputs = input_text, outputs = output_text)
|
| 169 |
+
result_button_decrypt.click(Decrypt_users_txt, inputs = input_text,User_password, outputs = output_text)
|
| 170 |
|
| 171 |
demo.queue(default_enabled = True).launch(debug = True)
|
| 172 |
|