Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,3 +73,6 @@ st.markdown("""
|
|
73 |
## Instructions to Run this App:
|
74 |
|
75 |
1. **Install Packages**: If you haven't, install the required Python packages:
|
|
|
|
|
|
|
|
73 |
## Instructions to Run this App:
|
74 |
|
75 |
1. **Install Packages**: If you haven't, install the required Python packages:
|
76 |
+
2. **Run App**: Save this code in a file, say `streamlit_cosmosdb_app.py`, and then run `streamlit run streamlit_cosmosdb_app.py`.
|
77 |
+
3. **Execute**: Use the UI to connect and run SQL queries against your Cosmos DB.
|
78 |
+
""")
|