Hi, I’m trying to recreate the Commenting app app on my Streamlit app however the page is stuck in an endless loop.
Any help would be appreciated
Hi, @Kevin_Baumann.
Would be better if you post the code you are using, but looking the source code from Commeting app on github I believe the problem could be in @st.experimental_singleton, however I don’t know if you are usign too.
It’ just a guess, based on something similar that occured to me when i used @st.cache wrong before a function.
I was able to resolve it. Thank you!