forestav commited on
Commit
29a01f3
·
1 Parent(s): 83c4f00
Files changed (1) hide show
  1. app.py +1 -1
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