Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -36,8 +36,8 @@ button3 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='
|
|
| 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', button_type='default') # , align='center'
|
| 40 |
-
select2 = pn.widgets.RadioButtonGroup(value="Normal", options=["Bionic", "Normal"], name='String', button_type='default')
|
| 41 |
|
| 42 |
# Define a callback to display the selected value
|
| 43 |
def display_selected_value(event):
|
|
|
|
| 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') # , align='center'
|
| 40 |
+
select2 = pn.widgets.RadioButtonGroup(value="Normal", options=["Bionic", "Normal"], name='String', align='center', button_type='default')
|
| 41 |
|
| 42 |
# Define a callback to display the selected value
|
| 43 |
def display_selected_value(event):
|