ItCodinTime commited on
Commit
95971ee
·
verified ·
1 Parent(s): 56c9355

Fix requirements.txt: remove invalid/empty lines and ensure valid dependencies.

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -46
requirements.txt CHANGED
@@ -1,46 +1,4 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <title>Example Domain</title>
5
-
6
- <meta charset="utf-8" />
7
- <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1" />
9
- <style type="text/css">
10
- body {
11
- background-color: #f0f0f2;
12
- margin: 0;
13
- padding: 0;
14
- font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
15
-
16
- }
17
- div {
18
- width: 600px;
19
- margin: 5em auto;
20
- padding: 2em;
21
- background-color: #fdfdff;
22
- border-radius: 0.5em;
23
- box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
24
- }
25
- a:link, a:visited {
26
- color: #38488f;
27
- text-decoration: none;
28
- }
29
- @media (max-width: 700px) {
30
- div {
31
- margin: 0 auto;
32
- width: auto;
33
- }
34
- }
35
- </style>
36
- </head>
37
-
38
- <body>
39
- <div>
40
- <h1>Example Domain</h1>
41
- <p>This domain is for use in illustrative examples in documents. You may use this
42
- domain in literature without prior coordination or asking for permission.</p>
43
- <p><a href="https://www.iana.org/domains/example">More information...</a></p>
44
- </div>
45
- </body>
46
- </html>
 
1
+ torch
2
+ streamlit
3
+ transformers
4
+ sentencepiece