Spaces:
Sleeping
Sleeping
as-cle-bert
commited on
Commit
•
fb56a1e
1
Parent(s):
574cc14
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def get_feed(username: str, password: str):
|
|
61 |
if __name__ == "__main__":
|
62 |
# Title of the web app
|
63 |
st.title("BlueSky User Feed🦋")
|
64 |
-
st.subheader("Your home feed and
|
65 |
st.image("https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Bluesky_Logo.svg/1920px-Bluesky_Logo.svg.png", width=150)
|
66 |
# Input text box for the search query
|
67 |
username = st.text_input("You BlueSky username/handle", placeholder="user.bsky.social")
|
|
|
61 |
if __name__ == "__main__":
|
62 |
# Title of the web app
|
63 |
st.title("BlueSky User Feed🦋")
|
64 |
+
st.subheader("Your home feed and its summary, in one place")
|
65 |
st.image("https://upload.wikimedia.org/wikipedia/commons/thumb/7/7a/Bluesky_Logo.svg/1920px-Bluesky_Logo.svg.png", width=150)
|
66 |
# Input text box for the search query
|
67 |
username = st.text_input("You BlueSky username/handle", placeholder="user.bsky.social")
|