awacke1 commited on
Commit
e76a642
·
verified ·
1 Parent(s): 9df1624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ def archive_current_container(database_name, container_name, client):
149
 
150
  # 🎈 Let's modify the main app to be more fun!
151
  def main():
152
- st.title("🌌Cosmos🗂️Datasets🐙Git🧠AI💫")
153
 
154
  # 🚦 Initialize session state
155
  if 'logged_in' not in st.session_state:
 
149
 
150
  # 🎈 Let's modify the main app to be more fun!
151
  def main():
152
+ st.title("🌌Cosmos🗂️🐙Git🧠AI💫")
153
 
154
  # 🚦 Initialize session state
155
  if 'logged_in' not in st.session_state: