Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -30,7 +30,7 @@ button2 = pn.widgets.Button(icon='file-analytics', name='My papers', icon_size='
|
|
| 30 |
button3 = pn.widgets.Button(icon='settings', icon_size='1.5em', name='Settings', button_type='primary', button_style='outline', width=140)
|
| 31 |
|
| 32 |
# Custom RadioButtonGroup widget
|
| 33 |
-
select = pn.widgets.RadioButtonGroup(value="⭐", options=["⭐", "🐘"], name='String', align='center')
|
| 34 |
|
| 35 |
# Define a callback to display the selected value
|
| 36 |
def display_selected_value(event):
|
|
|
|
| 30 |
button3 = pn.widgets.Button(icon='settings', icon_size='1.5em', name='Settings', button_type='primary', button_style='outline', width=140)
|
| 31 |
|
| 32 |
# Custom RadioButtonGroup widget
|
| 33 |
+
select = pn.widgets.RadioButtonGroup(value="⭐", options=["⭐", "🐘"], name='String', align='center', button_type='primary')
|
| 34 |
|
| 35 |
# Define a callback to display the selected value
|
| 36 |
def display_selected_value(event):
|