Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -49,7 +49,7 @@ def add_bg_from_local(image_file):
|
|
| 49 |
st.warning("背景圖片 'ania.png' 未找到,使用預設背景")
|
| 50 |
|
| 51 |
# 嘗試添加背景圖片
|
| 52 |
-
add_bg_from_local('ania.png')
|
| 53 |
|
| 54 |
# 爬蟲函數
|
| 55 |
@st.cache_data
|
|
|
|
| 49 |
st.warning("背景圖片 'ania.png' 未找到,使用預設背景")
|
| 50 |
|
| 51 |
# 嘗試添加背景圖片
|
| 52 |
+
add_bg_from_local('src/ania.png')
|
| 53 |
|
| 54 |
# 爬蟲函數
|
| 55 |
@st.cache_data
|