xcx0902 commited on
Commit
e07821f
·
verified ·
1 Parent(s): 84f6fbf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. keepalive.py +1 -1
keepalive.py CHANGED
@@ -5,6 +5,6 @@ keepalive = FastAPI()
5
 
6
  @keepalive.get("/")
7
  def root():
8
- return "This is the space for my discord bot (@xcx0902-bot)"
9
 
10
  os.system("python app.py 1>/dev/null 2>/dev/null &")
 
5
 
6
  @keepalive.get("/")
7
  def root():
8
+ return "<html><body><p>This is the space for my discord bot (@xcx0902-bot)</p></body></html>"
9
 
10
  os.system("python app.py 1>/dev/null 2>/dev/null &")