How to embed dash app in flask app(PLEASE DO NOT PROVIDE URLs link from dash documentation)

I need assistance/help in creating a flask app which holds a multipage dash app.
The multipage dash app has following pages:

  1. Welcome page
  2. Dashboard page-analytics of data from 5 excel files
  3. Live Twitter Analysis- which deals with two python files that help in live streaming the relevant data
  4. A discussion forum meant for experts regarding my project topic. I believe this discussion forum can be created using Flask.

I need a clear Factory pattern and steps to proceed.

Thank you, for spending your time in helping me! :slight_smile: