bupa1018 commited on
Commit
3d89626
·
1 Parent(s): 5f6c8c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -49,6 +49,13 @@ def load_project_id(json_file):
49
  return data['project_id']
50
 
51
 
 
 
 
 
 
 
 
52
  def download_gitlab_repo():
53
  print("Start the upload_gitRepository function")
54
  project_id = load_project_id('repository_ids.json')
 
49
  return data['project_id']
50
 
51
 
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
  def download_gitlab_repo():
60
  print("Start the upload_gitRepository function")
61
  project_id = load_project_id('repository_ids.json')