Penguni commited on
Commit
7fac338
1 Parent(s): e9fc4f8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +7 -6
main.py CHANGED
@@ -17,12 +17,7 @@ import re
17
  import sqlite3
18
 
19
  df = pd.DataFrame()
20
- st.markdown(
21
- '<div style="text-align: center; margin-top: 50px; color: #808080;">'
22
- '© Copyright by Truong Quoc An'
23
- '</div>',
24
- unsafe_allow_html=True
25
- )
26
 
27
  def color_cell(val):
28
  if val == "not late":
@@ -74,6 +69,12 @@ st.set_page_config(
74
  page_icon=favicon,
75
  layout="wide",
76
  )
 
 
 
 
 
 
77
  currentYear = datetime.now().year
78
  im1 = Image.open("R.png")
79
  im2 = Image.open("HCM.png")
 
17
  import sqlite3
18
 
19
  df = pd.DataFrame()
20
+
 
 
 
 
 
21
 
22
  def color_cell(val):
23
  if val == "not late":
 
69
  page_icon=favicon,
70
  layout="wide",
71
  )
72
+ st.markdown(
73
+ '<div style="text-align: center; margin-top: 50px; color: #808080;">'
74
+ '© Copyright by Truong Quoc An'
75
+ '</div>',
76
+ unsafe_allow_html=True
77
+ )
78
  currentYear = datetime.now().year
79
  im1 = Image.open("R.png")
80
  im2 = Image.open("HCM.png")