File size: 1,148 Bytes
79d4400
 
 
 
 
 
 
 
 
 
 
 
 
 
6e4a2f6
79d4400
 
 
6e4a2f6
79d4400
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<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>