Spaces:
Sleeping
Sleeping
jaifar530
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -465,11 +465,11 @@ with st.expander("Can I use this as evidence?"):
|
|
465 |
""")
|
466 |
|
467 |
|
468 |
-
# Creates a button named 'Press me'
|
469 |
-
list_dir = st.button("list")
|
470 |
-
if list_dir:
|
471 |
-
|
472 |
-
|
473 |
|
474 |
|
475 |
|
|
|
465 |
""")
|
466 |
|
467 |
|
468 |
+
# # Creates a button named 'Press me'
|
469 |
+
# list_dir = st.button("list")
|
470 |
+
# if list_dir:
|
471 |
+
# st.write("Listing directory contents:")
|
472 |
+
# st.write(os.listdir('.'))
|
473 |
|
474 |
|
475 |
|