yourusername commited on
Commit
b5a81a9
·
1 Parent(s): 0b42c2e

:construction: wip

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,5 +30,6 @@ st.write('☝️ actually does have folder `pixray`')
30
 
31
  st.write(os.listdir('./diffvg'))
32
 
 
33
  x = st.slider('Select a value')
34
  st.write(x, 'squared is', x * x)
 
30
 
31
  st.write(os.listdir('./diffvg'))
32
 
33
+ st.write(run_cmd('pip freeze'))
34
  x = st.slider('Select a value')
35
  st.write(x, 'squared is', x * x)