pvanand commited on
Commit
1a44639
·
verified ·
1 Parent(s): 1d78f18

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 FastAPI Subtopics API! Visit https://pvanand-generate-subtopics.hf.space/docs to test'}
 
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'}