mbecchis commited on
Commit
aaacffc
·
verified ·
1 Parent(s): fc39c85

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -62,7 +62,7 @@ def load_data():
62
  return cogeco_ingest_df, cogeco_regular_df, canada_ingest_df, canada_regular_df
63
 
64
  # Display last refresh time
65
- st.caption(f"Last loaded: {time.strftime('%Y-%m-%d %H:%M:%S')} | Page refreshes every 5 minutes")
66
 
67
  # Load data
68
  cogeco_ingest_df, cogeco_regular_df, canada_ingest_df, canada_regular_df = load_data()
 
62
  return cogeco_ingest_df, cogeco_regular_df, canada_ingest_df, canada_regular_df
63
 
64
  # Display last refresh time
65
+ st.caption(f"Last loaded: {time.strftime('%Y-%m-%d %H:%M:%S')}")
66
 
67
  # Load data
68
  cogeco_ingest_df, cogeco_regular_df, canada_ingest_df, canada_regular_df = load_data()