EasySci commited on
Commit
fb518bf
·
1 Parent(s): 2e4d9c4

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +4 -3
app2.py CHANGED
@@ -30,9 +30,10 @@ main_body = [pn.pane.LaTeX("Please select some tags!", styles={'font-size': '20p
30
  # button3 = pn.widgets.Toggle(name='⚙️ Settings', button_type='default', button_style='outline', width=140, value=False)
31
 
32
  # Create buttons for the toggleable sidebar
33
- button1 = pn.widgets.Button(icon='home', name="Home", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140)
34
- button2 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140)
35
- button3 = pn.widgets.Toggle(name='Settings',icon='settings', icon_size='1.5em', button_type='default', button_style='outline', width=140, value=False)
 
36
 
37
  # Custom RadioButtonGroup widget
38
  select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default')
 
30
  # button3 = pn.widgets.Toggle(name='⚙️ Settings', button_type='default', button_style='outline', width=140, value=False)
31
 
32
  # Create buttons for the toggleable sidebar
33
+ button1 = pn.widgets.Button(icon='home', name="Daily papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140)
34
+ button2 = pn.widgets.Button(icon='calendar-filled', name="Search papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140)
35
+ button3 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140)
36
+ button4 = pn.widgets.Toggle(name='Accessibility',icon='settings', icon_size='1.5em', button_type='default', button_style='outline', width=140, value=False)
37
 
38
  # Custom RadioButtonGroup widget
39
  select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default')