Narsil HF staff commited on
Commit
2c588ca
1 Parent(s): 03d4ab2

List from root.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,5 +4,5 @@ import os
4
  x = st.slider("Select a value")
5
  st.write(x, "squared is", x * x)
6
 
7
- for root, dirs, files in os.walk("."):
8
  st.write(root, files)
4
  x = st.slider("Select a value")
5
  st.write(x, "squared is", x * x)
6
 
7
+ for root, dirs, files in os.walk("/"):
8
  st.write(root, files)