Skip to content

Commit 6cbaf06

Browse files
committed
Update Layout
1 parent ffa7d98 commit 6cbaf06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layouts/layout_citation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
def layout_citation():
66
layout = html.Div(
77
children=[
8+
html.Br(),
89
html.Div(
910
style={
1011
'backgroundColor': '#f9f9f9',

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
'border-radius': '5px', 'margin-bottom': '20px',
118118
'box-shadow': '0px 4px 8px rgba(0, 0, 0, 0.1)'}),
119119

120-
dcc.Tab(label='Y+', value='Yplus',
120+
dcc.Tab(label='y+', value='Yplus',
121121
style={'fontSize': '14px', 'width': '200px', 'padding': '10px', 'border': '1px solid #ccc',
122122
'border-radius': '5px', 'margin-bottom': '5px', 'background-color': '#f9f9f9'},
123123
selected_style={'fontSize': '14px', 'backgroundColor': '#007BFF', 'color': 'white',
124124
'width': '200px', 'padding': '10px', 'border': '1px solid #007BFF',
125125
'border-radius': '5px', 'margin-bottom': '5px',
126126
'box-shadow': '0px 4px 8px rgba(0, 0, 0, 0.1)'}),
127-
dcc.Tab(label='Y+ for Impellers', value='Yplus_Impeller',
127+
dcc.Tab(label='y+ for Impellers', value='Yplus_Impeller',
128128
style={'fontSize': '14px', 'width': '200px', 'padding': '10px', 'border': '1px solid #ccc',
129129
'border-radius': '5px', 'margin-bottom': '20px', 'background-color': '#f9f9f9'},
130130
selected_style={'fontSize': '14px', 'backgroundColor': '#007BFF', 'color': 'white',

0 commit comments

Comments
 (0)