Embedded Streamlit apps does not wake up

Hey Streamlit People!

I embedded a very basic test streamlit app to here: https://itbetyar.hu/aitestlab/ (wordpress)
After time the apps sleeps. :sleeping: 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!!

2 Likes

Same for me. I have opened the same app both in embed and also in stand-alone mode. I have also opened the debug pane in stand-alone mode.

If I click the “Yes, get this app back up!” button on the embed page, I do not see any logs in the debug pane.

If I click the same button in stand-alone mode the usual wake up logs appear and the app gets waked up.

I can confirm this. When embedded, trying to wake up an app, it stalls showing this message:

Yes. Similar issue other than the app sleeping in less than a day even with active users