aemin commited on
Commit
201e5c6
·
1 Parent(s): e52639d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def get_pipeline(text):
126
 
127
 
128
 
129
- text= st.text_input("Type here your text and press enter to run:")
130
 
131
  result= get_pipeline(text)
132
 
 
126
 
127
 
128
 
129
+ text= st.text_input("Type here your text and press enter to run:", value="12 Corazones ('12 Hearts') is Spanish-language dating game show produced in the United States for the television network Telemundo since January 2005, based on its namesake Argentine TV show format. The show is filmed in Los Angeles and revolves around the twelve Zodiac signs that identify each contestant. In 2008, Ho filmed a cameo in the Steven Spielberg feature film The Cloverfield Paradox, as a news pundit.")
130
 
131
  result= get_pipeline(text)
132