DmitrMakeev commited on
Commit
3a27996
·
verified ·
1 Parent(s): 01a8804

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ app.config['DEBUG'] = True
13
 
14
 
15
 
16
- app = Flask(__name__)
17
  UPLOAD_FOLDER = 'static'
18
  IMAGE_FILENAME = 'latest_image.jpg'
19
 
 
13
 
14
 
15
 
16
+
17
  UPLOAD_FOLDER = 'static'
18
  IMAGE_FILENAME = 'latest_image.jpg'
19