File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,11 @@ const Models: React.FC = () => {
137137
138138 return (
139139 < MainContainer >
140- < Step step = { 1 } title = "Models" description = "Select a model for the simulation" />
140+ < Step
141+ step = { 1 }
142+ title = "Models"
143+ description = "Select a model for simulation. Models can be run in a pipeline by selecting both primary and secondary."
144+ />
141145 < ModelSelect
142146 currentPrimaryModel = { currentPrimaryModel }
143147 setCurrentPrimaryModel = { setCurrentPrimaryModel }
@@ -148,8 +152,7 @@ const Models: React.FC = () => {
148152 { inputsStep }
149153 < Step step = { 3 } title = "Results" />
150154 { resultsStep }
151- { /* Padding (25% of the device height) */ }
152- < div style = { { height : "25dvh" } } > </ div >
155+ < div style = { { height : "25dvh" } } />
153156 </ MainContainer >
154157 ) ;
155158} ;
You can’t perform that action at this time.
0 commit comments