as-cle-bert commited on
Commit
fb56a1e
1 Parent(s): 574cc14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a summary of it, all in one placr")
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")