extra / static /index.html
qianmuuq's picture
Update static/index.html
4e83e9b
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fast API 🤗 Space served with Uvicorn</title>
<link rel="stylesheet" href="style.css" />
<script type="module" src="script.js"></script>
</head>
<body>
<main>
<section id="text-gen">
<h1>常规病理抽取</h1>
<form class="text-gen-form">
<label for="text-gen-input">Text</label>
<input
id="text-gen-input"
type="text"
class="text-input"
value="(左肺下叶后基底段)腺泡型85%浸润性腺癌,伴微乳头型15% 成分,大小2.2*1.8*1.6cm。(左肺下叶后基底段)切缘(F19-8611)见癌累及。 "
/>
<p align="left">案例1:<br/>右肺上叶支气管角化型鳞状细胞癌,大小3.5*1.5*1.5cm ,支气管管壁浸润。右主支气管切端、右中间支气管切端未见癌累及。淋巴结1+/6组见癌转移。</p>
<br/>
<p align="left">案例2:<br/>右肺上叶前段恶性肿瘤,结合酶标,倾向小细胞癌。大小3.7*3.2*3.2cm。支气管切端(F19-6349)外膜见肿瘤累及。淋巴结6+/8组见肿瘤转移。</p>
<br/>
<p align="left">案例3:<br/>(左肺下叶后基底段)腺泡型85%浸润性腺癌,伴微乳头型15% 成分,大小2.2*1.8*1.6cm。(左肺下叶后基底段)切缘(F19-8611)见癌累及。</p>
<br/>
<button id="text-gen-submit">Submit</button>
<br/>
<br/>
<br/>
<label>肿瘤大小:</label>
<p class="text-gen-output"></p>
<label>肿瘤大小<>=4cm:</label>
<p class="text-gen-output_2"></p>
<label>病理组织分型:</label>
<p class="text-gen-output_3"></p>
<label>转移:</label>
<p class="text-gen-output_4"></p>
<label>淋巴转移:</label>
<p class="text-gen-output_5"></p>
</form>
</section>
</main>
</body>
</html>