Spaces:
Sleeping
Sleeping
Changes default text in the text area.
Browse files- frontend.py +8 -4
frontend.py
CHANGED
|
@@ -64,10 +64,14 @@ max_length = st.sidebar.slider(
|
|
| 64 |
)
|
| 65 |
|
| 66 |
DEFAULT_TEXT = (
|
| 67 |
-
"
|
| 68 |
-
"
|
| 69 |
-
"
|
| 70 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
)
|
| 72 |
input_text = st.text_area(
|
| 73 |
"Enter English text to summarize",
|
|
|
|
| 64 |
)
|
| 65 |
|
| 66 |
DEFAULT_TEXT = (
|
| 67 |
+
"The man known as Kazu, or 'King Kazu' by some fans, will stay with the second division side past his 49th birthday."
|
| 68 |
+
"Kazuyoshi first played for Brazilian side Santos in 1986, so his deal will see his career span over 30 years."
|
| 69 |
+
'"I\'m thankful to the club staff and supporters who always offer me support," said Miura, who scored 55 goals in 89 appearances for Japan.'
|
| 70 |
+
'"I\'ll continue to give everything I have and strive," added the former Genoa and Dinamo Zagreb striker.'
|
| 71 |
+
"Perhaps unsurprisingly, Miura holds the record as the oldest scorer in Japanese football - a winner in a second division match four months after his 48th birthday."
|
| 72 |
+
"He was particularly prolific in guiding Japan to the 1998 World Cup, scoring 14 goals in qualifying, and last played for the national side in 2000."
|
| 73 |
+
"His career, which started when he moved to Brazil to play youth football aged 15, is one of the longest in football history."
|
| 74 |
+
"Last week ex-England striker Teddy Sheringham registered himself as a player for Stevenage - where he is manager - at the age of 49 but opted out of playing in a local cup competition."
|
| 75 |
)
|
| 76 |
input_text = st.text_area(
|
| 77 |
"Enter English text to summarize",
|