Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ Key = os.environ.get("Key")
|
|
51 |
|
52 |
# ๐ Your local app URL - Home sweet home
|
53 |
LOCAL_APP_URL = "https://huggingface.co/spaces/awacke1/AzureCosmosDBUI"
|
|
|
54 |
|
55 |
# ๐ค Anthropic configuration - Teaching machines to be more human (and funnier)
|
56 |
client = anthropic.Anthropic(api_key=os.environ.get("ANTHROPIC_API_KEY"))
|
@@ -626,7 +627,7 @@ def main():
|
|
626 |
|
627 |
databases = get_databases(st.session_state.client)
|
628 |
selected_db = st.sidebar.selectbox("๐๏ธ Select Database", databases)
|
629 |
-
|
630 |
|
631 |
|
632 |
# ๐ State management - "Change is the only constant in state management"
|
|
|
51 |
|
52 |
# ๐ Your local app URL - Home sweet home
|
53 |
LOCAL_APP_URL = "https://huggingface.co/spaces/awacke1/AzureCosmosDBUI"
|
54 |
+
CosmosDBUrl = 'https://portal.azure.com/#@AaronCWackergmail.onmicrosoft.com/resource/subscriptions/003fba60-5b3f-48f4-ab36-3ed11bc40816/resourceGroups/datasets/providers/Microsoft.DocumentDB/databaseAccounts/acae-afd/dataExplorer'
|
55 |
|
56 |
# ๐ค Anthropic configuration - Teaching machines to be more human (and funnier)
|
57 |
client = anthropic.Anthropic(api_key=os.environ.get("ANTHROPIC_API_KEY"))
|
|
|
627 |
|
628 |
databases = get_databases(st.session_state.client)
|
629 |
selected_db = st.sidebar.selectbox("๐๏ธ Select Database", databases)
|
630 |
+
st.markdown(CosmosDBUrl)
|
631 |
|
632 |
|
633 |
# ๐ State management - "Change is the only constant in state management"
|