Skip to content

Commit

Permalink
fix: update project title in swagger docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jun 23, 2023
1 parent fb26d7c commit a3d17fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from prometheus_fastapi_instrumentator import Instrumentator

app = FastAPI(
title="Cheminf Micro Services",
title="Cheminformatics Python Microservice",
description="This set of essential and valuable microservices is designed to be accessed via API calls to support cheminformatics. Generally, it is designed to work with SMILES-based inputs and could be used to translate between different machine-readable representations, get Natural Product (NP) likeliness scores, visualize chemical structures, and generate descriptors. In addition, the microservices also host an instance of STOUT and another instance of DECIMER (two deep learning models for IUPAC name generation and optical chemical structure recognition, respectively).",
terms_of_service="https://steinbeck-lab.github.io/cheminformatics-python-microservice",
contact={
Expand Down

0 comments on commit a3d17fa

Please sign in to comment.