thinh-vu commited on
Commit
97cd349
·
verified ·
1 Parent(s): d3132f5

Update init.py

Browse files
Files changed (1) hide show
  1. init.py +2 -3
init.py CHANGED
@@ -19,6 +19,8 @@ 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
  try:
24
  core_engine_setup()
@@ -33,9 +35,6 @@ try:
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
- st.markdown('### Chào mừng bạn đến với Vnstock Web App!')
38
- st.markdown('Bạn cần đăng nhập để sử dụng app!')
39
  auth, conf = authorize.load_config()
40
  auth.login()
41
 
 
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()
 
35
  center_col = st.columns([1, 3, 1])[1]
36
 
37
  with center_col:
 
 
 
38
  auth, conf = authorize.load_config()
39
  auth.login()
40