aemin commited on
Commit
3a464f9
·
1 Parent(s): cdac6e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,9 +128,9 @@ def get_pipeline(text):
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
- #placeholder for loading warning
132
  placeholder= st.empty()
133
- placeholder.info("processing text...")
134
 
135
  result= get_pipeline(text)
136
 
 
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
+ #placeholder for warning
132
  placeholder= st.empty()
133
+ placeholder.info("processing...")
134
 
135
  result= get_pipeline(text)
136