experiment: reduce initial observation input

This commit is contained in:
2026-08-05 12:51:48 +01:00
parent 46f2d12726
commit 1cf71d6ce2
3 changed files with 68 additions and 4 deletions
+2 -2
View File
@@ -433,8 +433,8 @@ export default function ScenarioForm() {
ref={textareaRef}
value={scenario}
onChange={(e) => setScenario(e.target.value)}
placeholder="Describe the scenario you want analysed..."
rows={6}
placeholder="What have you noticed?"
rows={4}
className="w-full rounded-lg border border-gray-300 px-4 py-3 text-sm focus:border-gray-500 focus:outline-none focus:ring-2 focus:ring-gray-400 mb-3"
/>
<div className="flex items-center justify-between">