Hello, I’m new here.
I create an app to enable librarians to use topic modeling. However, when I use st.cache_data and it works when I try it on 2 different browsers. But the problem appears when I try to use Biterm which needs time to calculate. When I try to compute it at the same time with different data, the graph shows the same data and is sometimes stacked with other data.
- Here is the Github for my app : berttest/app.py at main · faiztest/berttest · GitHub
- The app : https://bertesssz.streamlit.app/
Is it possible when 2 or more users accessing the app with different data at the same time to have their own cache?