Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,4 @@ def decrypt_and_run():
|
|
| 36 |
os.system(f"python {tmp.name}")
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
-
decrypt_and_run()
|
| 40 |
-
|
| 41 |
-
# This script decrypts the encrypted code and runs it.
|
| 42 |
-
# Ensure you have the PASSWORD secret set in your Hugging Face Secrets
|
|
|
|
| 36 |
os.system(f"python {tmp.name}")
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
+
decrypt_and_run()
|
|
|
|
|
|
|
|
|