You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/client/analyze/analyze.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ function renderFailedTask(database: string, id: string) {
145
145
UserInterface.progressStdout
146
146
]);
147
147
setProgressMessage("Task failed, see the log below for more details.<br/>");
148
-
if(!database.includes("user"))setProgressMessage("Task failed, see the log below for more details.<br/><strong>To re-run the prediction, please refresh the page.</strong>");
148
+
if(!database.includes("user"))setProgressMessage("Task failed, see the log below for more details.<br/><strong>To re-run the prediction, please try again in 1 hour.</strong>");
0 commit comments