App is killed at innitiating a calculation

Hi, I wonder if anyone could please help me to identify this issue:

I have a small project at https://specsy-online.streamlit.app/Load_spectrum

In this page the user should upload a file such as this:

Once you click the upload the page plots the spectrum and a switch widget appears to fit the redshift.

After a few seconds after pressing the switch the page is killed with this message:

/app/scripts/run-streamlit.sh: line 9: 245 Killed sudo -E -u appuser /home/adminuser/venv/bin/streamlit โ€œ$@โ€

Thank you very much for any advice.

Debugging data:

  1. https://specsy-online.streamlit.app/Load_spectrum
  2. GitHub - Vital-Fernandez/specsy-online
  3. /app/scripts/run-streamlit.sh: line 9: 245 Killed sudo -E -u appuser /home/adminuser/venv/bin/streamlit โ€œ$@โ€
  4. Python 3.11 and streamlit 1.34

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.