Skip to content

Commit 0650947

Browse files
committed
minor update to table export button
1 parent f3986ea commit 0650947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sprit/sprit_jupyter_UI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ def manually_update_results_fig(change):
20562056
placeholder='', value='',
20572057
style={'description_width': 'initial'},layout=widgets.Layout(width='90%'))
20582058

2059-
export_results_table_read_button = widgets.Button(description='', style='success',
2059+
export_results_table_read_button = widgets.Button(description='', icon='fa-file-import',button_style='success',
20602060
layout=widgets.Layout(width='10%'))
20612061
export_results_table_browse_button = widgets.Button(description='Export Table',
20622062
layout=widgets.Layout(width='10%'))

0 commit comments

Comments
 (0)