openfree commited on
Commit
528d034
·
verified ·
1 Parent(s): e109375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -1,12 +1,4 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Game Creation & Deployment Automation</title>
6
- </head>
7
- <body>
8
- <!-- python code below -->
9
- <script type="text/python">
10
  import os
11
  import re
12
  import random
@@ -1021,6 +1013,3 @@ if __name__ == "__main__":
1021
  except Exception as e:
1022
  print(f"Initialization error: {e}")
1023
  raise
1024
- </script>
1025
- </body>
1026
- </html>
 
1
+
 
 
 
 
 
 
 
 
2
  import os
3
  import re
4
  import random
 
1013
  except Exception as e:
1014
  print(f"Initialization error: {e}")
1015
  raise