File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,8 +185,7 @@ export const UploadView: React.FC = () => {
185185 const canRunEvaluation =
186186 state . traceFiles . length > 0 &&
187187 state . selectedMetrics . length > 0 &&
188- ! state . isLoadingMetadata &&
189- state . traceMetadata . size > 0 ;
188+ ! state . isLoadingMetadata ;
190189
191190 return (
192191 < div css = { uploadViewStyle } >
Original file line number Diff line number Diff line change @@ -35,21 +35,21 @@ export const WelcomeView: React.FC = () => {
3535 < p > Live streaming mode - see traces and evaluations in real-time as you iterate on your agent</ p >
3636 </ button >
3737
38- < button css = { optionCardStyle } onClick = { handleGetStarted } >
39- < div css = { iconWrapperStyle } >
40- < FileJson size = { 48 } />
41- </ div >
42- < h3 > EvalSet Builder</ h3 >
43- < p > Turn your traces into golden EvalSets</ p >
44- </ button >
45-
4638 < button css = { optionCardStyle } onClick = { handleExpertMode } >
4739 < div css = { iconWrapperStyle } >
4840 < Play size = { 48 } />
4941 </ div >
5042 < h3 > Offline evaluations</ h3 >
5143 < p > Upload traces and EvalSets to run batch evaluations</ p >
5244 </ button >
45+
46+ < button css = { optionCardStyle } onClick = { handleGetStarted } >
47+ < div css = { iconWrapperStyle } >
48+ < FileJson size = { 48 } />
49+ </ div >
50+ < h3 > EvalSet Builder</ h3 >
51+ < p > Turn your traces into golden EvalSets</ p >
52+ </ button >
5353 </ div >
5454 </ div >
5555 </ div >
You can’t perform that action at this time.
0 commit comments