yourusername commited on
Commit
dfbdf03
·
1 Parent(s): a7bf4ad

:construction: wip

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -26,5 +26,8 @@ st.write('Using submodule pixray')
26
  import os
27
  st.write(os.listdir('.'))
28
  st.write('☝️ actually does have folder `pixray`')
 
 
 
29
  x = st.slider('Select a value')
30
  st.write(x, 'squared is', x * x)
 
26
  import os
27
  st.write(os.listdir('.'))
28
  st.write('☝️ actually does have folder `pixray`')
29
+
30
+ st.write(os.listdir('./diffvg'))
31
+
32
  x = st.slider('Select a value')
33
  st.write(x, 'squared is', x * x)