ksvmuralidhar commited on
Commit
c32a726
·
1 Parent(s): b7bcf4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def summ_inference(txt: str):
206
 
207
  ############## ENTRY POINT START #######################
208
  def main():
209
- st.title("News Summarization & NER")
210
  article_txt = st.text_area("Paste the text of a news article:", "", height=200)
211
  if st.button("Submit"):
212
  ner_result = [[ent, label.upper(), np.round(prob, 3)]
 
206
 
207
  ############## ENTRY POINT START #######################
208
  def main():
209
+ st.title("News Summarizer & NER")
210
  article_txt = st.text_area("Paste the text of a news article:", "", height=200)
211
  if st.button("Submit"):
212
  ner_result = [[ent, label.upper(), np.round(prob, 3)]