DeepLearning101 commited on
Commit
a1df044
·
verified ·
1 Parent(s): 925d71c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -60,7 +60,7 @@ genai.configure(api_key=api_key)
60
 
61
  # 1. 基礎設定與連結
62
  # 抓取 Deep Learning 101 的 Logo (你也可以換成 SHIELD 專屬 Logo)
63
- LOGO_URL = "https://raw.githubusercontent.com/Deep-Learning-101/deep-learning-101.github.io/main/DeepLearning101-LOGO.png"
64
  HOME_URL = "https://deep-learning-101.github.io/SHIELD/"
65
 
66
  # 將知識庫指向 S.H.I.E.L.D. 的 README.md
 
60
 
61
  # 1. 基礎設定與連結
62
  # 抓取 Deep Learning 101 的 Logo (你也可以換成 SHIELD 專屬 Logo)
63
+ LOGO_URL = "https://huggingface.co/spaces/DeepLearning101/shield-chatbot/resolve/main/shield-logo.jpg"
64
  HOME_URL = "https://deep-learning-101.github.io/SHIELD/"
65
 
66
  # 將知識庫指向 S.H.I.E.L.D. 的 README.md