awacke1 commited on
Commit
6c913b9
·
1 Parent(s): 7c5d3b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
+ """)