Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -32,10 +32,15 @@ main_body = [pn.pane.LaTeX("Please select some tags!", styles={'font-size': '20p
|
|
| 32 |
# button3 = pn.widgets.Toggle(name='โ๏ธ Settings', button_type='default', button_style='outline', width=140, value=False)
|
| 33 |
|
| 34 |
# Create buttons for the toggleable sidebar
|
| 35 |
-
button1 = pn.widgets.Button(icon='home', name="Daily papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center' )
|
| 36 |
-
button2 = pn.widgets.Button(icon='calendar-filled', name="Search papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center')
|
| 37 |
-
button3 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center')
|
| 38 |
-
button4 = pn.widgets.Toggle(name='Accessibility',icon='settings', icon_size='1.5em', button_type='primary', button_style='outline', width=140, align='center', value=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
# Custom RadioButtonGroup widget
|
| 41 |
select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default') # , align='center'
|
|
|
|
| 32 |
# button3 = pn.widgets.Toggle(name='โ๏ธ Settings', button_type='default', button_style='outline', width=140, value=False)
|
| 33 |
|
| 34 |
# Create buttons for the toggleable sidebar
|
| 35 |
+
# button1 = pn.widgets.Button(icon='home', name="Daily papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center' )
|
| 36 |
+
# button2 = pn.widgets.Button(icon='calendar-filled', name="Search papers", icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center')
|
| 37 |
+
# button3 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='1.5em', button_type = 'primary', button_style = 'outline', width = 140, align='center')
|
| 38 |
+
# button4 = pn.widgets.Toggle(name='Accessibility',icon='settings', icon_size='1.5em', button_type='primary', button_style='outline', width=140, align='center', value=False)
|
| 39 |
+
|
| 40 |
+
button1 = pn.widgets.Button(name="๐ฐ Daily papers", button_type = 'default', button_style = 'outline', width = 140, align='center' )
|
| 41 |
+
button2 = pn.widgets.Button(name="๐ Search papers", button_type = 'default', button_style = 'outline', width = 140, align='center')
|
| 42 |
+
button3 = pn.widgets.Button(name='๐ My papers', button_type = 'default', button_style = 'outline', width = 140, align='center')
|
| 43 |
+
button4 = pn.widgets.Toggle(name='โ๏ธ Accessibility', button_type='default', button_style='outline', width=140, align='center', value=False)
|
| 44 |
|
| 45 |
# Custom RadioButtonGroup widget
|
| 46 |
select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default') # , align='center'
|