awacke1 commited on
Commit
591c0ca
·
verified ·
1 Parent(s): 513caef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -518,7 +518,7 @@ def preprocess_text(text):
518
 
519
  # 🎭 Main function - "All the world's a stage, and all the code merely players" -Shakespeare, probably
520
  def main():
521
- st.title("🐙Git🌌Cosmos💫 - Azure Cosmos DB and Github Agent")
522
 
523
  # 🎲 Session state vars - "Life is like a session state, you never know what you're gonna get"
524
  if 'logged_in' not in st.session_state:
 
518
 
519
  # 🎭 Main function - "All the world's a stage, and all the code merely players" -Shakespeare, probably
520
  def main():
521
+ st.markdown("### 🐙Git🌌Cosmos💫 - Azure Cosmos DB and Github Agent")
522
 
523
  # 🎲 Session state vars - "Life is like a session state, you never know what you're gonna get"
524
  if 'logged_in' not in st.session_state: