carisackc commited on
Commit
57dc050
1 Parent(s): 1ed7511

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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