Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,6 +149,7 @@ TASK 2: Based on the student's performance in the graded answer sheet, generate
|
|
| 149 |
include every question from merged_question_ref
|
| 150 |
|
| 151 |
OUTPUT 2: Provide a JSON array of the 8 remedial questions with [question number, topic, and content , image(if attached) and (year,month) ]
|
|
|
|
| 152 |
"""
|
| 153 |
|
| 154 |
result = gemini_generate_content(model, prompt_text=prompt)
|
|
|
|
| 149 |
include every question from merged_question_ref
|
| 150 |
|
| 151 |
OUTPUT 2: Provide a JSON array of the 8 remedial questions with [question number, topic, and content , image(if attached) and (year,month) ]
|
| 152 |
+
no new question
|
| 153 |
"""
|
| 154 |
|
| 155 |
result = gemini_generate_content(model, prompt_text=prompt)
|