diff --git a/src/routes/upload/+page.svelte b/src/routes/upload/+page.svelte index 69aeaa6..311238e 100644 --- a/src/routes/upload/+page.svelte +++ b/src/routes/upload/+page.svelte @@ -167,14 +167,14 @@ id="file" type="file" accept=".pdf,.doc,.docx,.txt" - class="block w-full rounded border p-2" + class="block w-full rounded border p-2 bg-gray-100 cursor-not-allowed" on:change={handleFileChange} - disabled={submitting} + disabled /> - Or paste the student's submission below. + File upload is disabled for this hackathon demo.