thedamn commited on
Commit
8d9969f
·
1 Parent(s): 7558de1

good morning12d222 commitw

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