Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- 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 &")
|