Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# run_encrypted.py
|
| 2 |
|
| 3 |
import os
|
| 4 |
-
import base64
|
| 5 |
from cryptography.fernet import Fernet
|
| 6 |
|
| 7 |
# Replace this with the ciphertext from your local encryption step:
|
|
|
|
| 1 |
# run_encrypted.py
|
| 2 |
|
| 3 |
import os
|
| 4 |
+
import base64
|
| 5 |
from cryptography.fernet import Fernet
|
| 6 |
|
| 7 |
# Replace this with the ciphertext from your local encryption step:
|