Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
eb91615
1
Parent(s):
b686b94
debug
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ try:
|
|
264 |
]
|
265 |
}
|
266 |
wpChunkCollection = client.collections.create_from_dict(class_obj)
|
267 |
-
st.session_state.
|
268 |
logger.info("#### createChunksCollection() exited.")
|
269 |
|
270 |
|
|
|
264 |
]
|
265 |
}
|
266 |
wpChunkCollection = client.collections.create_from_dict(class_obj)
|
267 |
+
st.session_state.wpChunkCollection = wpChunkCollection
|
268 |
logger.info("#### createChunksCollection() exited.")
|
269 |
|
270 |
|