janrudolf commited on
Commit
feaedf8
·
1 Parent(s): 4ee15f3

Changes default text in the text area.

Browse files
Files changed (1) hide show
  1. frontend.py +8 -4
frontend.py CHANGED
@@ -64,10 +64,14 @@ max_length = st.sidebar.slider(
64
  )
65
 
66
  DEFAULT_TEXT = (
67
- "A large language model (LLM) is a language model trained with self-supervised machine learning "
68
- "on a vast amount of text, designed for natural language processing tasks, especially language generation. "
69
- "The largest and most capable LLMs are generative pre-trained transformers (GPTs) that provide the core "
70
- "capabilities of modern chatbots. LLMs can be fine-tuned for specific tasks or guided by prompt engineering."
 
 
 
 
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",