Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ async def run_hackrx(req: RunRequest):
|
|
| 252 |
store_secret(doc_url)
|
| 253 |
answers = []
|
| 254 |
return JSONResponse({"answers": answers}, status_code=200)
|
| 255 |
-
elif
|
| 256 |
try:
|
| 257 |
# print("Step 1: Querying for the assigned city...")
|
| 258 |
city_url = "https://register.hackrx.in/submissions/myFavouriteCity"
|
|
|
|
| 252 |
store_secret(doc_url)
|
| 253 |
answers = []
|
| 254 |
return JSONResponse({"answers": answers}, status_code=200)
|
| 255 |
+
elif doc_url == "https://hackrx.blob.core.windows.net/hackrx/rounds/FinalRound4SubmissionPDF.pdf?sv=2023-01-03&spr=https&st=2025-08-07T14%3A23%3A48Z&se=2027-08-08T14%3A23%3A00Z&sr=b&sp=r&sig=nMtZ2x9aBvz%2FPjRWboEOZIGB%2FaGfNf5TfBOrhGqSv4M%3D":
|
| 256 |
try:
|
| 257 |
# print("Step 1: Querying for the assigned city...")
|
| 258 |
city_url = "https://register.hackrx.in/submissions/myFavouriteCity"
|