diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <html> <head> <style> -* {box-sizing: border-box} +*{box-sizing: border-box;} body {font-family: "Lato", sans-serif;} /* Style the tab */ div.tab { @@ -64,7 +64,7 @@ div.tab button.active { <div id="Taxonomy" class="tabcontent"> <h3>Taxonomy</h3> - <form action="bin/classifier.py" method="post"><br> + <form action="./bin/classifier.py" method="post"><br> <textarea rows="4" cols="50" name="fasta" input type="submit"> >Demo MPSKKSGPQPHKRWVFTLNNPSEEEKNKIRELPISLFDYFVCGEEGLEEGRTAHLQGFANFAKKQTFNKVKWYFGARCHIEKAKGTDQQNKEYCSKEGHILIECGAPRNQGKRSDLSTAYFDYQQSGPPGMVLLNCCPSCRSSLSEDYYFAILEDCWRTINGGTRRPI</textarea> |