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:
- https://specsy-online.streamlit.app/Load_spectrum
- GitHub - Vital-Fernandez/specsy-online
- /app/scripts/run-streamlit.sh: line 9: 245 Killed sudo -E -u appuser /home/adminuser/venv/bin/streamlit โ$@โ
- Python 3.11 and streamlit 1.34