diff --git a/app.py b/app.py index 0e964ee..5d911dd 100644 --- a/app.py +++ b/app.py @@ -24,4 +24,4 @@ def index(): if __name__ == '__main__': - app.run() \ No newline at end of file + app.run(extra_files="config.yaml")