Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -168,7 +168,7 @@ async def health_check():
|
|
168 |
return {"status": "healthy"}
|
169 |
|
170 |
@app.post("/search", response_model=SearchResponse)
|
171 |
-
async def search_ebikes(
|
172 |
"""
|
173 |
Search for e-bikes similar to the provided description
|
174 |
|
|
|
168 |
return {"status": "healthy"}
|
169 |
|
170 |
@app.post("/search", response_model=SearchResponse)
|
171 |
+
async def search_ebikes(description: str):
|
172 |
"""
|
173 |
Search for e-bikes similar to the provided description
|
174 |
|