Spaces:
Runtime error
Runtime error
librarian-bot
commited on
Commit
·
8ba364d
1
Parent(s):
765c00e
Update main.py
Browse files
main.py
CHANGED
@@ -23,7 +23,8 @@ app = FastAPI()
|
|
23 |
@app.get("/")
|
24 |
def read_root():
|
25 |
data = """
|
26 |
-
<
|
|
|
27 |
"""
|
28 |
return Response(content=data, media_type="text/html")
|
29 |
|
|
|
23 |
@app.get("/")
|
24 |
def read_root():
|
25 |
data = """
|
26 |
+
<h2 style="text-align:center">Metadata Review Bot</h2>
|
27 |
+
<p style="text-align:center">This is a demo app showing how to use webhooks to automate metadata review for models and datasets shared on the Hugging Face Hub.</p>
|
28 |
"""
|
29 |
return Response(content=data, media_type="text/html")
|
30 |
|