Spaces:
Build error
Build error
def suggest_questions(summary): | |
return [ | |
"What is the objective of this research?", | |
"What methods were used in the study?", | |
"What are the key results?", | |
"What limitations or future work are mentioned?", | |
"What is the significance of this study?" | |
] | |