rajistics commited on
Commit
06a1e65
·
1 Parent(s): ab0b158

removed duplicate row

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -61,7 +61,7 @@ def fin_ext(text):
61
 
62
  ##Forward Looking Statement
63
  def fls(text):
64
- print ("sent")
65
  doc = nlp(text)
66
  doc_sents = [sent for sent in doc.sents]
67
  sents_list = []
@@ -78,9 +78,6 @@ def fls(text):
78
  print (fls_spans)
79
  return fls_spans
80
 
81
-
82
- demo = gr.Blocks()
83
-
84
  demo = gr.Blocks()
85
 
86
  with demo:
 
61
 
62
  ##Forward Looking Statement
63
  def fls(text):
64
+ print ("fls")
65
  doc = nlp(text)
66
  doc_sents = [sent for sent in doc.sents]
67
  sents_list = []
 
78
  print (fls_spans)
79
  return fls_spans
80
 
 
 
 
81
  demo = gr.Blocks()
82
 
83
  with demo: