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: src/pages/FAQ.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ export default function FAQ() {
14
14
15
15
<div>
16
16
<h2className="font-semibold text-crimson">How do I get started?</h2>
17
-
<p>Download the starter kit from our GitHub repository. It includes baseline models, evaluation scripts, and example JSONL submissions. You may submit your outputs via Kaggle.</p>
17
+
<p>Download the starter kit from our <ahref="https://github.com/mims-harvard/CURE-Bench"className="text-blue-600 underline">GitHub repository</a>. It includes baseline models, evaluation scripts, and example JSONL submissions. You can submit your model predictions via <ahref="https://www.kaggle.com/competitions/cure-bench"className="text-blue-600 underline">Kaggle</a>.</p>
0 commit comments