mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-13 02:53:49 +00:00
feat(*): Disable file input for hackathon
This commit is contained in:
@@ -167,14 +167,14 @@
|
|||||||
id="file"
|
id="file"
|
||||||
type="file"
|
type="file"
|
||||||
accept=".pdf,.doc,.docx,.txt"
|
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}
|
on:change={handleFileChange}
|
||||||
disabled={submitting}
|
disabled
|
||||||
/>
|
/>
|
||||||
<span class="text-sm text-gray-500">Or paste the student's submission below.</span>
|
<span class="text-sm text-red-600">File upload is disabled for this hackathon demo.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<label class="mb-1 block font-semibold" for="textInput">Paste assignment text:</label>
|
<label class="mb-1 block font-semibold" for="textInput">Paste assignment text: <span class="text-red-500">*</span></label>
|
||||||
<textarea
|
<textarea
|
||||||
id="textInput"
|
id="textInput"
|
||||||
rows="5"
|
rows="5"
|
||||||
|
|||||||
Reference in New Issue
Block a user