Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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..."):
|