Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
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="
|
| 34 |
-
button2 = pn.widgets.Button(icon='
|
| 35 |
-
button3 = pn.widgets.
|
|
|
|
| 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')
|