awacke1 commited on
Commit
9089911
β€’
1 Parent(s): ef8059b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,13 +8,13 @@ now = datetime.now() # current date and time
8
  year = now.strftime("%Y")
9
  st.write("year:", year)
10
  month = now.strftime("%m")
11
- st.write(""month:", month)
12
  day = now.strftime("%d")
13
- st.write(""day:", day)
14
  time = now.strftime("%H:%M:%S")
15
- st.write(""time:", time)
16
  date_time = now.strftime("%m/%d/%Y, %H:%M:%S")
17
- st.write(""date and time:",date_time)
18
 
19
  @st.experimental_singleton
20
  def get_db_firestore():
 
8
  year = now.strftime("%Y")
9
  st.write("year:", year)
10
  month = now.strftime("%m")
11
+ st.write("month:", month)
12
  day = now.strftime("%d")
13
+ st.write("day:", day)
14
  time = now.strftime("%H:%M:%S")
15
+ st.write("time:", time)
16
  date_time = now.strftime("%m/%d/%Y, %H:%M:%S")
17
+ st.write("date and time:",date_time)
18
 
19
  @st.experimental_singleton
20
  def get_db_firestore():