Commit
β’
c5a4ed0
1
Parent(s):
5570d89
Update app.py
Browse files
app.py
CHANGED
@@ -56,13 +56,13 @@ demo = gr.Interface(
|
|
56 |
],
|
57 |
outputs=gr.Textbox(label="Result"),
|
58 |
title="Bluesky DID Lookup",
|
59 |
-
description="Look up the DID (Decentralized Identifier) for any Bluesky handle. Enter a handle in the format 'username.bsky.social'.",
|
60 |
examples=[
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
63 |
["danielvanstrien.bsky.social"],
|
64 |
],
|
65 |
-
theme=gr.themes.Default()
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|
|
|
56 |
],
|
57 |
outputs=gr.Textbox(label="Result"),
|
58 |
title="Bluesky DID Lookup",
|
59 |
+
description="Look up the DID (Decentralized Identifier) for any Bluesky handle. Enter a handle in the format 'username.bsky.social'.<br><br>Built by <a href='https://bsky.app/profile/danielvanstrien.bsky.social'>@danielvanstrien.bsky.social</a><br>Part of <a href='https://huggingface.co/bluesky-community'>Bluesky Community</a>",
|
60 |
examples=[
|
61 |
["atproto.bsky.social"],
|
62 |
["bsky.app"],
|
63 |
["danielvanstrien.bsky.social"],
|
64 |
],
|
65 |
+
theme=gr.themes.Default(),
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|