Spaces:
Runtime error
Runtime error
NassimeBejaia
commited on
Commit
•
b60db7e
1
Parent(s):
a250999
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
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/'))
|
|
|
1 |
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/'))
|