DeepLearning101 commited on
Commit
f5fcd05
·
verified ·
1 Parent(s): ac5b826

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -16,7 +16,7 @@ genai.configure(api_key=api_key)
16
 
17
  # 1. 基礎設定與連結
18
  BASE_URL = "https://raw.githubusercontent.com/Deep-Learning-101/deep-learning-101.github.io/main/"
19
- LOGO_URL = f"{BASE_URL}DeepLearning101-LOGO.png"
20
  HOME_URL = "https://deep-learning-101.github.io"
21
 
22
  # 定義知識庫檔案與對應的社群連結
 
16
 
17
  # 1. 基礎設定與連結
18
  BASE_URL = "https://raw.githubusercontent.com/Deep-Learning-101/deep-learning-101.github.io/main/"
19
+ LOGO_URL = f"{BASE_URL}images/DeepLearning101-LOGO.png"
20
  HOME_URL = "https://deep-learning-101.github.io"
21
 
22
  # 定義知識庫檔案與對應的社群連結