carisackc commited on
Commit
51a6450
1 Parent(s): 799558e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ runtext =st.text_area(inputNote, str(original_text2), height=300)
103
  def visualize (run_text,output):
104
  text =''
105
  best_sentences = []
106
- for sentence in summary:
107
  best_sentences.append(str(sentence))
108
 
109
  # import en_core_web_sm
 
103
  def visualize (run_text,output):
104
  text =''
105
  best_sentences = []
106
+ for sentence in output:
107
  best_sentences.append(str(sentence))
108
 
109
  # import en_core_web_sm