DmitrMakeev commited on
Commit
01a8804
·
verified ·
1 Parent(s): 4cd23ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -10,12 +10,6 @@ app.config['DEBUG'] = True
10
 
11
 
12
 
13
- @app.route("/")
14
- def index():
15
- return flask.render_template('index.html')
16
-
17
-
18
-
19
 
20
 
21
 
 
10
 
11
 
12
 
 
 
 
 
 
 
13
 
14
 
15