demoPOC commited on
Commit
3527f0f
·
1 Parent(s): c9cbae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ warnings.filterwarnings("ignore")
46
 
47
  #app = Flask(__name__)
48
 
49
- app = flask.Flask(__name__, template_folder="./")
50
 
51
  # Create a directory in a known location to save files to.
52
  uploads_dir = os.path.join(app.root_path,'static', 'uploads')
 
46
 
47
  #app = Flask(__name__)
48
 
49
+ app = Flask(__name__, template_folder="./")
50
 
51
  # Create a directory in a known location to save files to.
52
  uploads_dir = os.path.join(app.root_path,'static', 'uploads')