ElvisWang111 commited on
Commit
e1c640c
·
verified ·
1 Parent(s): 8fbd1bc

Update workflow/dataloading/dataloading_render.py

Browse files
workflow/dataloading/dataloading_render.py CHANGED
@@ -197,6 +197,7 @@ if __name__ == "__main__":
197
  sac.buttons([
198
  sac.ButtonsItem(label='Github', icon='github', href='https://github.com/Jiaye-s-Group/AutoSTAT'),
199
  sac.ButtonsItem(label='Doc', icon=sac.BsIcon(name='bi bi-file-earmark-post-fill', size=16), href='https://autostat.cc/docs/'),
 
200
  ], align='end', color='dark', variant='filled', index=None)
201
  st.markdown("---")
202
 
 
197
  sac.buttons([
198
  sac.ButtonsItem(label='Github', icon='github', href='https://github.com/Jiaye-s-Group/AutoSTAT'),
199
  sac.ButtonsItem(label='Doc', icon=sac.BsIcon(name='bi bi-file-earmark-post-fill', size=16), href='https://autostat.cc/docs/'),
200
+ sac.ButtonsItem(label='Web', icon=sac.BsIcon(name='bi bi-globe2', size=16), href='https://autostat.cc/'),
201
  ], align='end', color='dark', variant='filled', index=None)
202
  st.markdown("---")
203