Spaces:
Sleeping
Sleeping
Update app1.py
Browse files
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')}
|
| 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()
|