jaifar530 commited on
Commit
b99200a
·
unverified ·
1 Parent(s): 99f22de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- st.write("Listing directory contents:")
472
- st.write(os.listdir('.'))
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