NassimeBejaia commited on
Commit
a250999
1 Parent(s): 09873ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import os
2
+
3
+ os.system('git clone --recurse-submodules https://github.com/nnassime/test_detection.git')
4
+ st.write(os.listdir('test_detection/'))