Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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.
|