Spaces:
Runtime error
Runtime error
Commit ·
dfbdf03
1
Parent(s): a7bf4ad
:construction: wip
Browse files
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)
|