Build an app using Streamlit that converts voice to text using OpenAI. The app should allow users to upload an audio file, which will then be sent to OpenAI's API for transcription. The transcribed text will be displayed on the web interface. Packages used: streamlit, openai, pydub.