NassimeBejaia commited on
Commit
df4dacd
1 Parent(s): b60db7e

Update app.py

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