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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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/'))