awacke1 commited on
Commit
f70b960
·
verified ·
1 Parent(s): 75b7013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -754,7 +754,6 @@ def main():
754
  current_doc = json.loads(doc_str)
755
 
756
  # Get client directly from container's client property
757
- client = container._client
758
  partitionKey = current_doc['id']
759
  client = st.session_state.client
760
 
 
754
  current_doc = json.loads(doc_str)
755
 
756
  # Get client directly from container's client property
 
757
  partitionKey = current_doc['id']
758
  client = st.session_state.client
759