Build a Streamlit app that converts voice to text using OpenAI. The app should allow users to upload an audio file, send the file to OpenAI's API for transcription, and display the transcribed text. Required packages: streamlit, openai, pydub.