Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,6 @@ load_dotenv()
|
|
| 7 |
app = flask.Flask(__name__, template_folder="./")
|
| 8 |
app.config['DEBUG'] = True
|
| 9 |
|
| 10 |
-
@app.route('/')
|
| 11 |
-
def index():
|
| 12 |
-
return flask.render_template('index.html')
|
| 13 |
-
|
| 14 |
|
| 15 |
|
| 16 |
|
|
|
|
| 7 |
app = flask.Flask(__name__, template_folder="./")
|
| 8 |
app.config['DEBUG'] = True
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
|