Skip to content

Commit

Permalink
chore: fix logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
matinnuhamunada committed Apr 22, 2024
1 parent 3e854d1 commit 3ec8627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbgc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def start_app(duckdb_path, model="duckdb-nsql", llm_type="ollama"):

app = VannaFlaskApp(
vn,
logo="https://raw.githubusercontent.com/NBChub/chatBGC/dev-0.1.0/chatbgc/assets/bgcflow_logo.png?token=GHSAT0AAAAAACGXSVJOGS4A3BOZBYMHV5FGZRCB6UQ",
logo="https://raw.githubusercontent.com/NBChub/bgcflow/dev-0.9.1-1/workflow/report/images/bgcflow_logo.png",
title="Welcome to chatBGC",
subtitle="Your AI-powered copilot for querying smBGCs in your genome collection.",
show_training_data=False,
Expand Down

0 comments on commit 3ec8627

Please sign in to comment.