File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/app/search/[bmid] Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments