Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def main():
|
|
64 |
|
65 |
# Perform Keyphrase Extraction
|
66 |
if radio_selection == "Keyphrase Extraction":
|
67 |
-
summary =
|
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'
|