jeeva780 commited on
Commit
c47cda9
·
verified ·
1 Parent(s): e34d93e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -140,7 +140,7 @@ def Report():
140
  from datetime import datetime
141
  from pytz import timezone
142
  local = datetime.now(timezone("Asia/Kolkata"))
143
- date = local.strftime('⏰%I:%M %p')
144
  col1 ,col2,col3 = st.columns(3,gap="small")
145
  with col1:
146
  st.info(f'Total P/L: Rs.{int(total_pl)}')
 
140
  from datetime import datetime
141
  from pytz import timezone
142
  local = datetime.now(timezone("Asia/Kolkata"))
143
+ date = local.strftime('⏰%I:%M:%S %p')
144
  col1 ,col2,col3 = st.columns(3,gap="small")
145
  with col1:
146
  st.info(f'Total P/L: Rs.{int(total_pl)}')