Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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("
|
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)
|