Spaces:
Running
Running
File size: 440 Bytes
f731239 3a51f31 f731239 a258686 f731239 a258686 f731239 a258686 028bb9a c944b7a f731239 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
from git import Repo
repo = Repo.clone_from('https://tracinginsights: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@github.com/TracingInsights/Charts.git', 'streamlit', )
#import pygit2
#import os
#current_working_directory = os.getcwd()
#path = os.path.join(current_working_directory , 'streamlit')
#os.mkdir(path)
#pygit2.clone_repository(GITHUB, f"{current_working_directory}/files") |