awacke1 commited on
Commit
158a020
·
1 Parent(s): 3ff42a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -74,3 +74,6 @@ st.markdown("""
74
 
75
  1. **Environment Variables**: Set the `ACCOUNT_URI` and `ACCOUNT_KEY` environment variables with your Azure Cosmos DB URI and Key respectively.
76
  2. **Install Packages**: If you haven't, install the required Python packages:
 
 
 
 
74
 
75
  1. **Environment Variables**: Set the `ACCOUNT_URI` and `ACCOUNT_KEY` environment variables with your Azure Cosmos DB URI and Key respectively.
76
  2. **Install Packages**: If you haven't, install the required Python packages:
77
+ 3. **Run App**: Save this code in a file, say `streamlit_cosmosdb_app.py`, and then run `streamlit run streamlit_cosmosdb_app.py`.
78
+ 4. **Execute**: Use the UI to connect and run SQL queries against your Cosmos DB.
79
+ """)