Skip to content

Commit

Permalink
Update streamlit_app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavik-Jikadara authored Jun 8, 2024
1 parent 6fd2828 commit 754837b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
""")

api_key = st.text_input('Enter your AssemblyAI API key', placeholder="ASSEMBLYAI_API_KEY", type="password")
st.write("Sign Up and Get an API Key: [AssemblyAI API Key](https://www.assemblyai.com/app)")
uploaded_file = st.file_uploader(
'Choose an audio file', type=['wav', 'mp3', 'm4a'])

Expand Down

0 comments on commit 754837b

Please sign in to comment.