tatts commited on
Commit
50251eb
1 Parent(s): f9a2b82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,7 +1,4 @@
1
  import os
2
 
3
- # Retrieve the secret containing the code
4
  code = os.getenv("sec")
5
-
6
- # Execute the code
7
  exec(code)
 
1
  import os
2
 
 
3
  code = os.getenv("sec")
 
 
4
  exec(code)