Spaces:
Sleeping
Sleeping
update main
Browse files
main.py
CHANGED
|
@@ -43,9 +43,7 @@ class PredictionFeatures(BaseModel):
|
|
| 43 |
async def index():
|
| 44 |
return (
|
| 45 |
"Hello world! This `/` is the most simple and default endpoint. "
|
| 46 |
-
"If you want to learn more, check out documentation of the API at "
|
| 47 |
-
"<a href='/docs'>/docs</a> or "
|
| 48 |
-
"<a href='https://2nzi-getaroundapi.hf.space/docs' target='_blank'>external docs</a>."
|
| 49 |
)
|
| 50 |
# return "Hello world! This `/` is the most simple and default endpoint. If you want to learn more, check out documentation of the API at `/docs https://2nzi-getaroundapi.hf.space/docs`"
|
| 51 |
|
|
|
|
| 43 |
async def index():
|
| 44 |
return (
|
| 45 |
"Hello world! This `/` is the most simple and default endpoint. "
|
| 46 |
+
"If you want to learn more, check out documentation of the API at https://2nzi-getaroundapi.hf.space/docs."
|
|
|
|
|
|
|
| 47 |
)
|
| 48 |
# return "Hello world! This `/` is the most simple and default endpoint. If you want to learn more, check out documentation of the API at `/docs https://2nzi-getaroundapi.hf.space/docs`"
|
| 49 |
|