ahm14 commited on
Commit
2102588
·
verified ·
1 Parent(s): b82621e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ def extract_frame_focus(text):
214
  frame_mapping_1[frame] = "Not Applicable"
215
  return frame_mapping_1
216
 
217
- def generate_abstract(document_text):
218
  """
219
  Generates an abstract and recommendations for the given document text
220
  using a Groq model.
 
214
  frame_mapping_1[frame] = "Not Applicable"
215
  return frame_mapping_1
216
 
217
+ def generate_abstract(text):
218
  """
219
  Generates an abstract and recommendations for the given document text
220
  using a Groq model.