Spaces:
Sleeping
Sleeping
good morning12d222 commitw
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def main():
|
|
14 |
if st.button("Submit"):
|
15 |
|
16 |
repos, status = web_scrape(user_url)
|
17 |
-
task_progress = st.progress(0)
|
18 |
-
task_progress.progress("Tools is taking action please wait")
|
19 |
if status == 0:
|
20 |
repo_path = data_cloning(repos)
|
21 |
data_cleaning(repo_path)
|
|
|
14 |
if st.button("Submit"):
|
15 |
|
16 |
repos, status = web_scrape(user_url)
|
17 |
+
#task_progress = st.progress(0)
|
18 |
+
#task_progress.progress("Tools is taking action please wait")
|
19 |
if status == 0:
|
20 |
repo_path = data_cloning(repos)
|
21 |
data_cleaning(repo_path)
|