Skip to content

Commit

Permalink
docker fixes (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
YojanaGadiya authored Nov 15, 2024
1 parent 6f420a5 commit b1bb109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def img_to_html(img_path):
title="KGG",
text="Automated workflow for disease-specific KGs",
image=load_logo("images/app_logos/kgg.png"),
url="/KGGapp",
url="/KG_Generator",
styles={
"card": {
"border-radius": "10px",
Expand Down Expand Up @@ -227,7 +227,7 @@ def img_to_html(img_path):
hasClicked = card(
title="PROXIDRUGS",
text="Dashboard for sub-projects in PROXIDRUGS",
image=load_logo("images/app_logos/proxidrugs.PNG"),
image=load_logo("images/app_logos/proxidrugs.png"),
url="/Proxidrugs",
styles={
"card": {
Expand Down

0 comments on commit b1bb109

Please sign in to comment.