the issue here is that there is no sst.py inside /app/app/routes/, but there is an stt.py. It seems like you have a typo in your import.
sst.py
/app/app/routes/
stt.py
The following import is correct
from .stt import speech_to_text