mukhtar commited on
Commit
54f0fcd
·
1 Parent(s): f254d21
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ def authenticate_user():
58
 
59
 
60
  def main():
61
- for x in os.walk("."):
62
- print(x[0])
63
 
64
  if "authenticated" not in st.session_state:
65
  st.session_state.authenticated = False
 
58
 
59
 
60
  def main():
61
+ # for x in os.walk("."):
62
+ # print(x[0])
63
 
64
  if "authenticated" not in st.session_state:
65
  st.session_state.authenticated = False