Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Fast API with spaCy on 🤗 Space served with Uvicorn</title> | |
<link rel="stylesheet" href="style.css" /> | |
<script type="module" src="script.js"></script> | |
</head> | |
<body> | |
<main> | |
<section id="text-spacy"> | |
<h1>Uncertainty statements</h1> | |
<form class="text-spacy-form"> | |
<label for="text-spacy-input">Input text</label> | |
<input | |
id="text-spacy-input" | |
type="text" | |
value="Dear shareholders, we may face challenges in the coming quarter due to uncertain market conditions. Our revenues might be impacted by factors beyond our control, such as economic fluctuations and regulatory changes. However, we remain committed to our long-term strategy and will continue to explore new opportunities. Thank you for your continued support." | |
/> | |
<button id="text-spacy-submit">Submit</button> | |
<p class="text-spacy-output"></p> | |
</form> | |
</section> | |
</main> | |
</body> | |
</html> |