dkdaniz commited on
Commit
d70c103
1 Parent(s): 1795b8c

Update frontend.py

Browse files
Files changed (1) hide show
  1. frontend.py +1 -1
frontend.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  from flask import Flask, render_template, request
8
  from werkzeug.utils import secure_filename
9
 
10
- sys.path.append(os.path.join(os.path.dirname(__file__), ".."))
11
 
12
  app = Flask(__name__)
13
  app.secret_key = "LeafmanZSecretKey"
 
7
  from flask import Flask, render_template, request
8
  from werkzeug.utils import secure_filename
9
 
10
+ sys.path.append(os.path.join(os.path.dirname(__file__), "."))
11
 
12
  app = Flask(__name__)
13
  app.secret_key = "LeafmanZSecretKey"