maartenbreddels commited on
Commit
273b961
·
1 Parent(s): adaa358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,4 +34,5 @@ def run(*,port=8877, host=None):
34
  server = uvicorn.Server(config=config)
35
  server.run()
36
 
 
37
  run()
 
34
  server = uvicorn.Server(config=config)
35
  server.run()
36
 
37
+ print("just run!")
38
  run()