Update app.py
Browse files
app.py
CHANGED
@@ -18,3 +18,5 @@ destination_folder = st.text_input("Enter Destination Folder (Optional)")
|
|
18 |
|
19 |
if st.button("Clone Repository"):
|
20 |
clone_github_repo(repo_url, destination_folder)
|
|
|
|
|
|
18 |
|
19 |
if st.button("Clone Repository"):
|
20 |
clone_github_repo(repo_url, destination_folder)
|
21 |
+
import os
|
22 |
+
os.system("streamlit run app.py")
|