Spaces:
Runtime error
Runtime error
Update app/models/schemas.py
Browse files- app/models/schemas.py +1 -0
app/models/schemas.py
CHANGED
|
@@ -13,6 +13,7 @@ class ReflectionResponse(BaseModel):
|
|
| 13 |
class AyahResponse(BaseModel):
|
| 14 |
question: str
|
| 15 |
answer: str
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
class AnswerListResponse(BaseModel):
|
|
|
|
| 13 |
class AyahResponse(BaseModel):
|
| 14 |
question: str
|
| 15 |
answer: str
|
| 16 |
+
arabic: str
|
| 17 |
|
| 18 |
|
| 19 |
class AnswerListResponse(BaseModel):
|