lqqqqqqqqq commited on
Commit
d846800
1 Parent(s): e18cd1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ texts_input = st.text_area("Enter the texts to classify and summarize (one text
51
 
52
 
53
  # Perform text classification and summarization when the user clicks the "Classify" button
54
- if st.button("Classify"):
55
  texts = texts_input.split('\n')
56
  for text in texts:
57
  text = text.strip()
 
51
 
52
 
53
  # Perform text classification and summarization when the user clicks the "Classify" button
54
+ if st.button("Classify & Summarize"):
55
  texts = texts_input.split('\n')
56
  for text in texts:
57
  text = text.strip()