awacke1 commited on
Commit
24b168a
·
verified ·
1 Parent(s): f02599c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,7 +23,9 @@ CONTAINER_NAME = os.environ.get("COSMOS_CONTAINER_NAME")
23
  Key = os.environ.get("Key") # 🔑 Don't forget your key!
24
 
25
  # 🏠 Your local app URL (Change this to your app's URL)
26
- LOCAL_APP_URL = "http://localhost:8501"
 
 
27
 
28
  # 🤖 OpenAI configuration
29
  #openai.api_key = os.environ.get("OPENAI_API_KEY")
 
23
  Key = os.environ.get("Key") # 🔑 Don't forget your key!
24
 
25
  # 🏠 Your local app URL (Change this to your app's URL)
26
+ #LOCAL_APP_URL = "http://localhost:8501"
27
+ LOCAL_APP_URL = "https://huggingface.co/spaces/awacke1/AzureCosmosDBUI"
28
+
29
 
30
  # 🤖 OpenAI configuration
31
  #openai.api_key = os.environ.get("OPENAI_API_KEY")