I have this app running https://share.streamlit.io/anebz/eu-sim/emb_similarity.py
where I pre-load some embeddings. This apparently exceeds the memory so the app stopped working. I updated the repo with fewer embeddings and I was expecting the app to be online again.
But when sharing, it perpetually says [client] Please wait...
. I rebooted it, same thing. I tried to delete the app and deploy it again, and it doesn’t even get deleted. Did I break something?
Also, these embeddings I just want to load them once for all users, sort of persistent storage that never changes. In total it might be several GBs, is there a way to do this with Streamlit? If not, can I connect some other storage to it? AWS S3 for example?