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