bhadresh-savani commited on
Commit
e51b559
·
1 Parent(s): c32bdf7

removed emojis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def load_model(input_complex_sentence,model):
17
 
18
  def main():
19
 
20
- st.title("✂️🔪Sentence Split in English using T5 Variants")
21
  st.write("Sentence Split is the task of dividing a long Sentence into multiple Sentences")
22
 
23
  model = st.sidebar.selectbox(
 
17
 
18
  def main():
19
 
20
+ st.title("Sentence Split in English using T5 Variants")
21
  st.write("Sentence Split is the task of dividing a long Sentence into multiple Sentences")
22
 
23
  model = st.sidebar.selectbox(