Skip to content

Commit b250e02

Browse files
Update title on models page
1 parent a9e5a80 commit b250e02

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

frontend/src/pages/Models.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)