Skip to content

Commit a8d7e56

Browse files
Refactor: comment out AI Analysis button
1 parent bb40554 commit a8d7e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/search/[bmid]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export default function BiomodelDetailPage() {
209209
>
210210
<FileText className="h-4 w-4" /> Download VCML
211211
</button>
212-
<button
212+
{/* <button
213213
onClick={() => {
214214
window.open(
215215
`/analyze/${data?.bmKey}?prompt=Describe%20model`,
@@ -219,7 +219,7 @@ export default function BiomodelDetailPage() {
219219
className="inline-flex items-center gap-1.5 px-3 py-1.5 rounded border border-yellow-500 text-yellow-700 bg-white font-semibold shadow-sm transition-colors hover:bg-yellow-50 text-sm"
220220
>
221221
<FlaskConical className="h-4 w-4" /> AI Analysis
222-
</button>
222+
</button> */}
223223
</div>
224224
</div>
225225
<div className="flex flex-wrap gap-3 mt-2 text-sm text-slate-600">

0 commit comments

Comments
 (0)