Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -27,4 +27,4 @@ app.add_middleware(
|
|
27 |
|
28 |
@app.get("/", tags=["Home"])
|
29 |
def api_home():
|
30 |
-
return {'detail': 'Welcome to
|
|
|
27 |
|
28 |
@app.get("/", tags=["Home"])
|
29 |
def api_home():
|
30 |
+
return {'detail': 'Welcome to Web-Scraping API! Visit https://pvanand-web-scraping.hf.space/docs to test'}
|