--> Clone the repository writing the following code :
git clone https://github.com/rociotatiana/astromer_page.git
--> Create and activate a virtual environment. You can do this using miniconda:
conda create myenv
conda activate myenv
--> Install the requirements: Install Flask
pip install Flask
--> To run the app, you simply need to type the following command:
python3 main.py run
⚠ The server will activate in http://127.0.0.1:5000/