Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 335 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 335 Bytes

Dash application for the interactive review of Natural Products Databases

The application code is contained in the app.py file.

This application is compatible with Docker, and to run it as a Docker container, execute the following:

docker-compose build
docker-compose up -d

The application will run on localhost:8050