minhthong commited on
Commit
49383e3
1 Parent(s): 06bfd56

Update folder/pages/FlashDeal.py

Browse files
Files changed (1) hide show
  1. folder/pages/FlashDeal.py +1 -1
folder/pages/FlashDeal.py CHANGED
@@ -163,7 +163,7 @@ def main():
163
  # Thông báo thời gian hoàn tất việc cập nhật
164
  update_time = datetime.now() + timedelta(hours=5)
165
  update_time_str = update_time.strftime("%Y-%m-%d %H:%M:%S")
166
- st.write(f" Last updated signal at {update_time_str}")
167
 
168
  if __name__ == "__main__":
169
  main()
 
163
  # Thông báo thời gian hoàn tất việc cập nhật
164
  update_time = datetime.now() + timedelta(hours=5)
165
  update_time_str = update_time.strftime("%Y-%m-%d %H:%M:%S")
166
+ st.write(f" Khuyến nghi được cập nhật vào lúc {update_time_str}")
167
 
168
  if __name__ == "__main__":
169
  main()