shukdevdattaEX commited on
Commit
b8b1ffc
·
verified ·
1 Parent(s): 2240bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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()