Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
smellysox1 committed Jul 10, 2024
1 parent 87c84c4 commit b1e4620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>Create</h1>
<br>
<form method="post" enctype=".csv" accept=".csv">
<label for="file">Upload a csv</label>
<input id="file" class = "form-control file_input" name="file" type="file" onchange="loadup(null, null)">
<input id="file" class = "form-control file_input" name="file" type="file" onchange="loadup(null, null)" accept=".csv">
<button>Upload</button>
</form>

Expand Down

0 comments on commit b1e4620

Please sign in to comment.