mintlee commited on
Commit
bce4642
·
1 Parent(s): 8a74eae
Files changed (1) hide show
  1. home.py +2 -2
home.py CHANGED
@@ -22,10 +22,10 @@ st.write("6. Khi hoàn tất, nhấn **Tải về** để nhận tệp đã dị
22
  # Điều hướng đến trang Upload
23
  to_upload = st.button("📤 Đi đến trang Upload")
24
  if to_upload:
25
- st.switch_page("upload.py") # Điều hướng đến trang upload
26
 
27
 
28
- st.header("📤 Patch Note")
29
  st.subheader("25/03/2025")
30
  st.write("1. Đã hoàn thành file Word, Excel")
31
  st.write("2. Đang tiến hành file PPTX")
 
22
  # Điều hướng đến trang Upload
23
  to_upload = st.button("📤 Đi đến trang Upload")
24
  if to_upload:
25
+ st.switch_page("pages/upload.py") # Điều hướng đến trang upload
26
 
27
 
28
+ st.header("🛠️ Patch Note")
29
  st.subheader("25/03/2025")
30
  st.write("1. Đã hoàn thành file Word, Excel")
31
  st.write("2. Đang tiến hành file PPTX")