Skip to content

Commit 765a72a

Browse files
Merge pull request #64 from Evolutionary-Algorithms-On-Click/live-stream-logs
Refactor Run Visualize with SSE Streaming and Enhanced UI
2 parents 919278e + cdf82a2 commit 765a72a

File tree

6 files changed

+2960
-1120
lines changed

6 files changed

+2960
-1120
lines changed

app/_components/ml/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function PreviewML({
2020
currentStep,
2121
}) {
2222
return (
23-
<div className="flex flex-col items-start p-4 h-fit md:sticky top-4 bg-gray-100 bg-opacity-70 text-black rounded-2xl max-w-[32%]">
23+
<div className="flex flex-col items-start p-4 h-fit md:sticky top-4 bg-gray-100 bg-opacity-70 text-black rounded-2xl">
2424
<h3 className="text-xl font-bold">ML Config Summary</h3>
2525
<div className="flex flex-col mt-4">
2626
{currentStep >= 1 && (

0 commit comments

Comments
 (0)