Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def encrypt_text1(data,in2,address):
|
|
| 116 |
|
| 117 |
#out = output
|
| 118 |
#output.close()
|
| 119 |
-
return str(
|
| 120 |
|
| 121 |
def decrypt_text1(im,in2):
|
| 122 |
mes1=""
|
|
|
|
| 116 |
|
| 117 |
#out = output
|
| 118 |
#output.close()
|
| 119 |
+
return str(file_data),enc_qr
|
| 120 |
|
| 121 |
def decrypt_text1(im,in2):
|
| 122 |
mes1=""
|