Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -123,7 +123,7 @@ with col4:
|
|
123 |
|
124 |
runtext =st.text_area(inputNote, str(original_text2), height=300)
|
125 |
|
126 |
-
def visualize (run_text,output)
|
127 |
text =''
|
128 |
import spacy
|
129 |
from spacy.lang.en import English # updated
|
|
|
123 |
|
124 |
runtext =st.text_area(inputNote, str(original_text2), height=300)
|
125 |
|
126 |
+
def visualize (run_text,output):
|
127 |
text =''
|
128 |
import spacy
|
129 |
from spacy.lang.en import English # updated
|