Skip to content

Commit

Permalink
MAINT: Fixed load data button size
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored and ntolley committed Jun 6, 2024
1 parent 86b971a commit 29162b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def __init__(self, theme_color="#8A2BE2",
self.load_data_button = FileUpload(
accept='.txt,.csv', multiple=False,
style={'button_color': self.layout['theme_color']},
layout=self.layout['btn'],
description='Load data',
button_style='success')

Expand Down

0 comments on commit 29162b2

Please sign in to comment.