Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -27,7 +27,7 @@ main_body = [pn.pane.LaTeX("Please select some tags!", styles={'font-size': '20p
|
|
| 27 |
# Create buttons for the toggleable sidebar
|
| 28 |
button1 = pn.widgets.Button(name="π Home", button_type='primary', button_style='outline', width=140)
|
| 29 |
button2 = pn.widgets.Button(name='π My papers', button_type='primary', button_style='outline', width=140)
|
| 30 |
-
button3 = pn.widgets.Toggle(name='βοΈ Settings', button_type='default', button_style='outline', width=140, value=
|
| 31 |
|
| 32 |
# Custom RadioButtonGroup widget
|
| 33 |
select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default')
|
|
@@ -47,7 +47,7 @@ buttons = pn.Column(
|
|
| 47 |
pn.Column(
|
| 48 |
select,
|
| 49 |
select2,
|
| 50 |
-
visible=
|
| 51 |
sizing_mode='stretch_width',
|
| 52 |
),
|
| 53 |
css_classes=['hidden']
|
|
|
|
| 27 |
# Create buttons for the toggleable sidebar
|
| 28 |
button1 = pn.widgets.Button(name="π Home", button_type='primary', button_style='outline', width=140)
|
| 29 |
button2 = pn.widgets.Button(name='π My papers', button_type='primary', button_style='outline', width=140)
|
| 30 |
+
button3 = pn.widgets.Toggle(name='βοΈ Settings', button_type='default', button_style='outline', width=140, value=False)
|
| 31 |
|
| 32 |
# Custom RadioButtonGroup widget
|
| 33 |
select = pn.widgets.RadioButtonGroup(value="Scientic", options=["General", "Scientic"], name='String', align='center', button_type='default')
|
|
|
|
| 47 |
pn.Column(
|
| 48 |
select,
|
| 49 |
select2,
|
| 50 |
+
visible=True,
|
| 51 |
sizing_mode='stretch_width',
|
| 52 |
),
|
| 53 |
css_classes=['hidden']
|