Skip to content

Commit b580ab8

Browse files
Refine Results section: brain cutout, colorbar, labels, and Korean UX copy
- Canvas-based white background removal for brain surface images - Custom colorbar with 활성 차이 label and scale values - Korean-friendly titles and legends for non-expert readability - Spacing and layout adjustments across all Results sub-cards - Minor fixes in DataUpload, ModelSelection, TaskSelection sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1d219fe commit b580ab8

4 files changed

Lines changed: 359 additions & 148 deletions

File tree

src/sections/DataUploadSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function DataUploadSection({ modality, onModalityChange }: Props)
6565
<h2 className="text-4xl md:text-5xl font-bold text-text-primary mb-4">
6666
Data Upload
6767
</h2>
68-
<p className="text-text-secondary text-lg mb-12 max-w-2xl">
68+
<p className="text-text-secondary text-lg mb-12 max-w-3xl">
6969
Upload subject brain data. The system automatically identifies the data modality
7070
based on file extension.
7171
</p>

src/sections/ModelSelectionSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function ModelSelectionSection({ selectedModel }: Props) {
7373
<h2 className="text-4xl md:text-5xl font-bold text-text-primary mb-4">
7474
Foundation Model Selection
7575
</h2>
76-
<p className="text-text-secondary text-lg mb-4 max-w-2xl">
76+
<p className="text-text-secondary text-lg mb-4 max-w-3xl">
7777
The appropriate model is automatically selected based on the detected data modality.
7878
</p>
7979

0 commit comments

Comments
 (0)