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