Update src/streamlit_app.py
Browse files- 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://
|
| 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
|