LinhVuu commited on
Commit
8ef54e5
1 Parent(s): 408741f
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -27,9 +27,9 @@ st.session_state['username'] = ""
27
  def main():
28
  """Banking Advanced Authentication System"""
29
 
30
- # Note that API key's running out of budget
31
- contact_url = "https://www.linkedin.com/in/linhvuu"
32
- st.write("I am running out of energy. Please contact [my assistant](%s) to wake me up." % contact_url)
33
 
34
  menu = ["Home", "SignUp", "Login"]
35
  choice = st.sidebar.selectbox("Menu", menu)
 
27
  def main():
28
  """Banking Advanced Authentication System"""
29
 
30
+ # # Note that API key's running out of budget
31
+ # contact_url = "https://www.linkedin.com/in/linhvuu"
32
+ # st.write("I am running out of energy. Please contact [my assistant](%s) to wake me up." % contact_url)
33
 
34
  menu = ["Home", "SignUp", "Login"]
35
  choice = st.sidebar.selectbox("Menu", menu)