Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import plotly.express as px
|
|
7 |
import plotly.graph_objects as go
|
8 |
|
9 |
# Streamlit title and input
|
10 |
-
st.title("PCHOME 商品價格分析")
|
11 |
keyword = st.text_input("請輸入商品關鍵字", value="平板") # default keyword is "平板"
|
12 |
pages = st.number_input("要抓取的頁數", min_value=1, max_value=5, value=2, step=1)
|
13 |
|
|
|
7 |
import plotly.graph_objects as go
|
8 |
|
9 |
# Streamlit title and input
|
10 |
+
st.title("2024 0925 PCHOME 商品價格分析")
|
11 |
keyword = st.text_input("請輸入商品關鍵字", value="平板") # default keyword is "平板"
|
12 |
pages = st.number_input("要抓取的頁數", min_value=1, max_value=5, value=2, step=1)
|
13 |
|