Hey Streamlit People!
I embedded a very basic test streamlit app to here: https://itbetyar.hu/aitestlab/ (wordpress)
After time the apps sleeps. And there is a “Wake up” button, in the app.
But the wake up button does not do anything.
- I looked up the documentation and asked some LLM-s, no result!
- No matter which of my streamlit apps are embedded, the wake up method does not work.
Here is the embedding code:
using this code:
<iframe style="width: 100%; border: none;"
src="https://streamben-test.streamlit.app/?embed=true"
height="1200">
</iframe>
Is this normal for streamlit that it cannot wake up when embedding?
Thanks!!