EE21 commited on
Commit
13e8889
1 Parent(s): 4b1dcc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def main():
64
 
65
  # Perform Keyphrase Extraction
66
  if radio_selection == "Keyphrase Extraction":
67
- summary = extract_keyphrase(file_content)
68
  st.session_state.summary = summary
69
 
70
  # Right column: Displaying text after pressing 'Summarize'
 
64
 
65
  # Perform Keyphrase Extraction
66
  if radio_selection == "Keyphrase Extraction":
67
+ summary = extract_sentences_with_obligations(file_content)
68
  st.session_state.summary = summary
69
 
70
  # Right column: Displaying text after pressing 'Summarize'