Arafath10 commited on
Commit
1380647
·
verified ·
1 Parent(s): 06a3097

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -33,7 +33,7 @@ async def your_continuous_function():
33
  global page
34
 
35
  page+=1
36
- return "model trained with new page : "+page+" data"
37
 
38
  @app.get("/test_api")
39
  async def test_api():
 
33
  global page
34
 
35
  page+=1
36
+ return "model trained with new page : "+str(page)+" data"
37
 
38
  @app.get("/test_api")
39
  async def test_api():