niyaa commited on
Commit
fb2d7e5
·
1 Parent(s): acecbbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -84,6 +84,13 @@ else:
84
 
85
 
86
 
 
 
 
 
 
 
 
87
  Begindatestring = start_date
88
 
89
 
 
84
 
85
 
86
 
87
+
88
+ d0 = start_date
89
+ d1 = dt.date(2008, 1, 1)
90
+ delta = d0 - d1
91
+
92
+ st.write(delta)
93
+
94
  Begindatestring = start_date
95
 
96