clr commited on
Commit
37bee17
1 Parent(s): a833220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- import os.system
3
 
4
  os.system('git clone https://github.com/google/REAPER/')
5
 
 
1
  import streamlit as st
2
+ import os
3
 
4
  os.system('git clone https://github.com/google/REAPER/')
5