EE21 commited on
Commit
ffc170d
1 Parent(s): a4d0721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def main():
27
  # Left column: Radio buttons for summarizer choice
28
  with col1:
29
  radio_options = ['Abstractive (Fine-tuned BART)', "Abstractive (BART-large-CNN)", 'Extractive (TextRank)',
30
- "Extractive (Latent Semantic Analysis)", 'Keyword Extraction (RAKE)', 'Keyphrase Extraction (RAKE)']
31
 
32
  help_text = "Abstractive: Abstractive summarization generates a summary that may contain words not present in the original text. " \
33
  "It uses a fine-tuned model on BART-large-CNN.<br>" \
 
27
  # Left column: Radio buttons for summarizer choice
28
  with col1:
29
  radio_options = ['Abstractive (Fine-tuned BART)', "Abstractive (BART-large-CNN)", 'Extractive (TextRank)',
30
+ "Extractive (Latent Semantic Analysis)", 'Keyphrase Extraction (RAKE)', 'Keyword Extraction (RAKE)']
31
 
32
  help_text = "Abstractive: Abstractive summarization generates a summary that may contain words not present in the original text. " \
33
  "It uses a fine-tuned model on BART-large-CNN.<br>" \