Spaces:
Runtime error
Runtime error
Update lib/samples.py
Browse files- lib/samples.py +1 -1
lib/samples.py
CHANGED
@@ -27,7 +27,7 @@ snippets = {
|
|
27 |
text_input="""Apple Inc. was founded by Steve Jobs, Steve Wozniak, and Ronald Wayne in 1976.
|
28 |
Headquartered in Cupertino, California, Apple designs and produces consumer electronics,
|
29 |
software, and online services. The company's flagship products include the iPhone smartphone,
|
30 |
-
iPad tablet, and Mac personal computer. As of 2023, Apple has over
|
31 |
and generates annual revenue exceeding $350 billion.""",
|
32 |
entity_types="COMPANY, PERSON, PRODUCT, LOCATION, DATE, EVENT",
|
33 |
predicates="FOUNDED, PRODUCES, HAS, IN, EMPLOYEES, "
|
|
|
27 |
text_input="""Apple Inc. was founded by Steve Jobs, Steve Wozniak, and Ronald Wayne in 1976.
|
28 |
Headquartered in Cupertino, California, Apple designs and produces consumer electronics,
|
29 |
software, and online services. The company's flagship products include the iPhone smartphone,
|
30 |
+
iPad tablet, and Mac personal computer. As of 2023, Apple has over 150000 employees worldwide
|
31 |
and generates annual revenue exceeding $350 billion.""",
|
32 |
entity_types="COMPANY, PERSON, PRODUCT, LOCATION, DATE, EVENT",
|
33 |
predicates="FOUNDED, PRODUCES, HAS, IN, EMPLOYEES, "
|