Gregniuki commited on
Commit
e7efbe3
·
verified ·
1 Parent(s): 8233106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def serve_static(path):
31
  return send_from_directory("mario", path)
32
 
33
  # Read the index.html file
34
- no
35
  def serve_game():
36
  return '<iframe src="mario/index.html" width="800" height="600"></iframe>'
37
 
 
31
  return send_from_directory("mario", path)
32
 
33
  # Read the index.html file
34
+
35
  def serve_game():
36
  return '<iframe src="mario/index.html" width="800" height="600"></iframe>'
37