andreped commited on
Commit
8662493
·
1 Parent(s): 0e82287

Updated title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def get_all_posts():
84
  st.markdown("---")
85
 
86
  def main():
87
- st.sidebar.title("Simple Twitter Clone")
88
  page = st.sidebar.selectbox("Choose an action", ["Add User", "Add Post", "Delete User", "Get Posts for User", "Get Posts for Topic", "Get Trending Topics", "View All Posts"])
89
 
90
  if page == "Add User":
 
84
  st.markdown("---")
85
 
86
  def main():
87
+ st.sidebar.title("Postly\nSimple social media platform")
88
  page = st.sidebar.selectbox("Choose an action", ["Add User", "Add Post", "Delete User", "Get Posts for User", "Get Posts for Topic", "Get Trending Topics", "View All Posts"])
89
 
90
  if page == "Add User":