mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
ported backend to python
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="/img/crab.png">
|
||||
<title>Dataset Downloader & Answer Uploader</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<script src="/socket.io/socket.io.js"></script>
|
||||
<script src="https://cdn.socket.io/4.5.4/socket.io.min.js"></script>
|
||||
<script defer src="js/index.js"></script>
|
||||
<script defer src="js/sorttable.js"></script>
|
||||
</head>
|
||||
|
@ -60,7 +60,7 @@ document.getElementById("upload-btn").onclick = async () => {
|
||||
|
||||
idCell.textContent = id;
|
||||
commentCell.innerHTML = `<span class='comment-cell'>${info["proposed_comment"]}</span>`;
|
||||
scoreCell.textContent = info["max_bleu_score"].toFixed(4);
|
||||
scoreCell.textContent = info["max_bleu_score"];
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user