|
117 | 117 | 'border-radius': '5px', 'margin-bottom': '20px',
|
118 | 118 | 'box-shadow': '0px 4px 8px rgba(0, 0, 0, 0.1)'}),
|
119 | 119 |
|
120 |
| - dcc.Tab(label='Y+', value='Yplus', |
| 120 | + dcc.Tab(label='y+', value='Yplus', |
121 | 121 | style={'fontSize': '14px', 'width': '200px', 'padding': '10px', 'border': '1px solid #ccc',
|
122 | 122 | 'border-radius': '5px', 'margin-bottom': '5px', 'background-color': '#f9f9f9'},
|
123 | 123 | selected_style={'fontSize': '14px', 'backgroundColor': '#007BFF', 'color': 'white',
|
124 | 124 | 'width': '200px', 'padding': '10px', 'border': '1px solid #007BFF',
|
125 | 125 | 'border-radius': '5px', 'margin-bottom': '5px',
|
126 | 126 | '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', |
128 | 128 | style={'fontSize': '14px', 'width': '200px', 'padding': '10px', 'border': '1px solid #ccc',
|
129 | 129 | 'border-radius': '5px', 'margin-bottom': '20px', 'background-color': '#f9f9f9'},
|
130 | 130 | selected_style={'fontSize': '14px', 'backgroundColor': '#007BFF', 'color': 'white',
|
|
0 commit comments