NguyNhu commited on
Commit
e66b3ac
·
verified ·
1 Parent(s): 747e136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ st.title("📈 Vietnam Stock Market Insight")
13
  symbol = st.text_input("Nhập mã cổ phiếu (ví dụ: VNM, FPT, VCB):", value="VNM")
14
  col1, col2 = st.columns(2)
15
  with col1:
16
- start_date = st.date_input("Ngày bắt đầu", pd.to_datetime("2024-01-01"))
17
  with col2:
18
- end_date = st.date_input("Ngày kết thúc", pd.to_datetime("2024-12-31"))
19
 
20
  tab1, tab2, tab3 = st.tabs([
21
  "📉 Phân tích kỹ thuật",
 
13
  symbol = st.text_input("Nhập mã cổ phiếu (ví dụ: VNM, FPT, VCB):", value="VNM")
14
  col1, col2 = st.columns(2)
15
  with col1:
16
+ start_date = st.date_input("Ngày bắt đầu", pd.to_datetime("2025-01-01"))
17
  with col2:
18
+ end_date = st.date_input("Ngày kết thúc", pd.to_datetime("2025-12-31"))
19
 
20
  tab1, tab2, tab3 = st.tabs([
21
  "📉 Phân tích kỹ thuật",