Ken Sang Tang commited on
Commit
43c09cf
·
verified ·
1 Parent(s): 4c419f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ async def task_events(task_id: str):
154
 
155
  @app.get("/", response_class=HTMLResponse)
156
  async def root():
157
- return "<h1>FastAPI server is running</h1>"
158
 
159
 
160
 
 
154
 
155
  @app.get("/", response_class=HTMLResponse)
156
  async def root():
157
+ return "<h2>FastAPI is running on Hugging Face Spaces</h2>"
158
 
159
 
160