ysuneu commited on
Commit
40ac14d
·
verified ·
1 Parent(s): 6878db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def main():
141
  st.subheader("📌 Keyphrase Extraction and Summary of Reviews")
142
 
143
  # Combine all comments into a single text
144
- combined_text = " ".join(comment)
145
 
146
  # Keyphrase extraction
147
  with st.spinner("Extracting keyphrases..."):
 
141
  st.subheader("📌 Keyphrase Extraction and Summary of Reviews")
142
 
143
  # Combine all comments into a single text
144
+ combined_text = " ".join(comments)
145
 
146
  # Keyphrase extraction
147
  with st.spinner("Extracting keyphrases..."):