haoqi7 commited on
Commit
7379db2
1 Parent(s): 16188ba

Upload sidebar.py

Browse files
Files changed (1) hide show
  1. widgets/sidebar.py +4 -4
widgets/sidebar.py CHANGED
@@ -8,7 +8,7 @@ APP_VERSION = 'v1.4.1'
8
  def render_sidebar():
9
  icons = f'''
10
  <center>
11
- <a href="https://github.com/Mondkuchen/idp_LiteratureResearch_Tool"><img src = "https://cdn-icons-png.flaticon.com/512/733/733609.png" width="23"></img></a> <a href="mailto:xiang.tao@outlook.de"><img src="https://cdn-icons-png.flaticon.com/512/646/646094.png" alt="email" width = "27" ></a>
12
  </center>
13
  '''
14
 
@@ -43,13 +43,13 @@ def render_sidebar():
43
  [
44
  # 'Elvsier',
45
  'IEEE',
46
- # 'Google Scholar',
47
  'Arxiv',
48
  'Paper with Code'
49
  ], default=[
50
  # 'Elvsier',
51
  'IEEE',
52
- # 'Google Scholar',
53
  'Arxiv',
54
  'Paper with Code'
55
  ])
@@ -82,7 +82,7 @@ def render_sidebar():
82
 
83
  st.markdown('---')
84
  st.markdown(icons,unsafe_allow_html=True)
85
- st.markdown('''<center>Copyright © 2022 by Tao Xiang</center>''',unsafe_allow_html=True)
86
 
87
  # st.sidebar.markdown('## Choose the number of clusters')
88
  # k = st.sidebar.slider('number',1,10,3)
 
8
  def render_sidebar():
9
  icons = f'''
10
  <center>
11
+ <a href="https://github.com/haoqi7"><img src = "https://cdn-icons-png.flaticon.com/512/733/733609.png" width="23"></img></a> <a href="mailto:w00989988@gmail.com"><img src="https://cdn-icons-png.flaticon.com/512/646/646094.png" alt="email" width = "27" ></a>
12
  </center>
13
  '''
14
 
 
43
  [
44
  # 'Elvsier',
45
  'IEEE',
46
+ 'Google Scholar',
47
  'Arxiv',
48
  'Paper with Code'
49
  ], default=[
50
  # 'Elvsier',
51
  'IEEE',
52
+ 'Google Scholar',
53
  'Arxiv',
54
  'Paper with Code'
55
  ])
 
82
 
83
  st.markdown('---')
84
  st.markdown(icons,unsafe_allow_html=True)
85
+ st.markdown('''<center>Copyright © 2022 by HAO Qi</center>''',unsafe_allow_html=True)
86
 
87
  # st.sidebar.markdown('## Choose the number of clusters')
88
  # k = st.sidebar.slider('number',1,10,3)