mukhtar commited on
Commit
666d5a6
·
1 Parent(s): 54f0fcd
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