removed duplicate row
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def fin_ext(text):
|
|
61 |
|
62 |
##Forward Looking Statement
|
63 |
def fls(text):
|
64 |
-
print ("
|
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:
|