Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayasth authored May 10, 2024
1 parent ab25d8f commit a0bed10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>ViralGeneClock</h1>

<form method="post" action="/run" id="myForm">
<label for="fasta_sequence">FASTA Sequence:</label>
<textarea id="fasta_sequence" name="fasta_sequence" rows="15" cols="80" placeholder="Enter FASTA sequences of the strains here..." required></textarea>
<textarea id="fasta_sequence" name="fasta_sequence" rows="10" cols="80" placeholder="Enter FASTA sequences of the strains here..." required></textarea>

<label for="reference_genome">Reference Genome:</label>
<input type="text" id="reference_genome" name="reference_genome" placeholder="Enter reference genome ID from the FASTA header" required>
Expand Down

0 comments on commit a0bed10

Please sign in to comment.