Spaces:
Runtime error
Runtime error
debugging
Browse files
app.py
CHANGED
|
@@ -58,8 +58,8 @@ def authenticate_user():
|
|
| 58 |
|
| 59 |
|
| 60 |
def main():
|
| 61 |
-
for x in os.walk("."):
|
| 62 |
-
|
| 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
|