Spaces:
Running
Running
ui
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def main():
|
|
156 |
last_update_dt = datetime.strptime(last_update, DATE_FORMAT)
|
157 |
st.markdown("### Database Status")
|
158 |
st.markdown("🔄 Updates every 6 hours")
|
159 |
-
st.markdown(f"**Last update:**{last_update_dt.strftime('%B %d, %Y at %I:%M %p')} (Stockholm Time)")
|
160 |
except Exception as e:
|
161 |
st.error(f"Error reading timestamp: {str(e)}")
|
162 |
|
|
|
156 |
last_update_dt = datetime.strptime(last_update, DATE_FORMAT)
|
157 |
st.markdown("### Database Status")
|
158 |
st.markdown("🔄 Updates every 6 hours")
|
159 |
+
st.markdown(f"**Last update:** {last_update_dt.strftime('%B %d, %Y at %I:%M %p')} (Stockholm Time)")
|
160 |
except Exception as e:
|
161 |
st.error(f"Error reading timestamp: {str(e)}")
|
162 |
|