Spaces:
Running
Running
Update main.py
Browse files
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)}')
|