Spaces:
Running
Running
Update init.py
Browse files
init.py
CHANGED
@@ -19,9 +19,7 @@ def core_engine_setup():
|
|
19 |
secure_url = repo_url.replace("<token>", git_token).replace("<user>", git_user).replace("<repo>", secure_repo)
|
20 |
# subprocess.run(f"pip install git+{secure_url}", shell=True, check=True)
|
21 |
subprocess.run(["git", "clone", secure_url])
|
22 |
-
|
23 |
-
st.image('https://vnstock.site/wp-content/uploads/2023/07/vnstock-logo-120x60.jpg', width=120)
|
24 |
-
|
25 |
try:
|
26 |
core_engine_setup()
|
27 |
os.chdir(secure_repo)
|
@@ -35,6 +33,7 @@ try:
|
|
35 |
center_col = st.columns([1, 3, 1])[1]
|
36 |
|
37 |
with center_col:
|
|
|
38 |
auth, conf = authorize.load_config()
|
39 |
auth.login()
|
40 |
|
|
|
19 |
secure_url = repo_url.replace("<token>", git_token).replace("<user>", git_user).replace("<repo>", secure_repo)
|
20 |
# subprocess.run(f"pip install git+{secure_url}", shell=True, check=True)
|
21 |
subprocess.run(["git", "clone", secure_url])
|
22 |
+
|
|
|
|
|
23 |
try:
|
24 |
core_engine_setup()
|
25 |
os.chdir(secure_repo)
|
|
|
33 |
center_col = st.columns([1, 3, 1])[1]
|
34 |
|
35 |
with center_col:
|
36 |
+
# st.image('https://vnstock.site/wp-content/uploads/2023/07/vnstock-logo-120x60.jpg', width=120)
|
37 |
auth, conf = authorize.load_config()
|
38 |
auth.login()
|
39 |
|