Hi everyone,
I’m deploying a Streamlit app that includes a medical chatbot with text-to-speech and automatic speech recognition (ASR) modules. The app works perfectly on PC browsers, but on iOS devices, it keeps loading indefinitely and never renders any content.
Here’s the link to the app:
https://medical-tom.streamlit.app/
I also tried downgrading Streamlit to 1.32.0 following this discussion:
However, it still automatically updates even though my requirements.txt specifies:
streamlit==1.32.0
openai
gtts
SpeechRecognition
pydub
uuid
audio-recorder-streamlit
Has anyone else encountered this issue or found a workaround to prevent automatic upgrades and fix the iOS loading problem?
Any suggestions would be greatly appreciated!


