Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
import os
|
| 4 |
import base64
|
| 5 |
from cryptography.fernet import Fernet
|
|
|
|
|
|
|
| 6 |
|
| 7 |
# Replace this with the ciphertext from your local encryption step:
|
| 8 |
ENCRYPTED_CODE_B64 = """
|
|
|
|
| 3 |
import os
|
| 4 |
import base64
|
| 5 |
from cryptography.fernet import Fernet
|
| 6 |
+
import sys, subprocess
|
| 7 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", "websockets==12.0"])
|
| 8 |
|
| 9 |
# Replace this with the ciphertext from your local encryption step:
|
| 10 |
ENCRYPTED_CODE_B64 = """
|