awacke1 commited on
Commit
13a5979
โ€ข
1 Parent(s): b7893e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,7 +150,7 @@ def archive_current_container(database_name, container_name, client):
150
 
151
  # ๐ŸŽˆ Let's modify the main app to be more fun!
152
  def main():
153
- st.title("๐Ÿง ๐ŸŒŒAzCDB๐Ÿ™ - ๐ŸŒŒAzureCosmos๐Ÿ—‚๏ธ๐Ÿ™Github๐Ÿง AI๐Ÿ’ซ")
154
 
155
  # ๐Ÿšฆ Initialize session state
156
  if 'logged_in' not in st.session_state:
@@ -181,7 +181,7 @@ def main():
181
  st.session_state.client = CosmosClient(ENDPOINT, credential=st.session_state.primary_key)
182
 
183
  # ๐Ÿ—„๏ธ Sidebar for database, container, and document selection
184
- st.sidebar.title("๐Ÿ—„๏ธ Cosmos DB Navigator")
185
 
186
  databases = get_databases(st.session_state.client)
187
  selected_db = st.sidebar.selectbox("๐Ÿ—ƒ๏ธ Select Database", databases)
 
150
 
151
  # ๐ŸŽˆ Let's modify the main app to be more fun!
152
  def main():
153
+ st.title("๐Ÿ™Git๐ŸŒŒCosmos๐Ÿ’ซ - Azure Cosmos DB and Github Agent")
154
 
155
  # ๐Ÿšฆ Initialize session state
156
  if 'logged_in' not in st.session_state:
 
181
  st.session_state.client = CosmosClient(ENDPOINT, credential=st.session_state.primary_key)
182
 
183
  # ๐Ÿ—„๏ธ Sidebar for database, container, and document selection
184
+ st.sidebar.title("๐Ÿ™Git๐ŸŒŒCosmos๐Ÿ’ซ๐Ÿ—„๏ธNavigator")
185
 
186
  databases = get_databases(st.session_state.client)
187
  selected_db = st.sidebar.selectbox("๐Ÿ—ƒ๏ธ Select Database", databases)