Spaces:
Running
Running
Update app.py
Browse files
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 |
|