static
|
└───css
| └─── custom css files
|
└───img
| └─── image file
|
└───jquery
| └─── jquery files
|
└───js
| └─── custom js files
|
└───vendor
|
└───bootstrap
| |
| └─── all bootstrap css and js files
|
└───fontawesome-free
|
└─── all fontawesome css
just uncomment this two lines :-
- line no. 5 from flask_ngrok_st import run_with_ngrok (first it will download ngrok on currnet directory)
- line no. 19 run_with_ngrok(app) (and remove all arguments from app.run() )