diff --git a/main.py b/main.py index 345bd4d..cdb0f3d 100644 --- a/main.py +++ b/main.py @@ -363,7 +363,7 @@ def empty_st(): groq_input_key = None with st.form("groqform"): if not GROQ_API_KEY: - groq_input_key = st.text_input("Enter your Groq API Key (gsk_yA...):", "", type="password") + groq_input_key = st.text_input("Enter your Groq API Key (gsk_yA...):", "", type="password", autocomplete=None) # Add radio button to choose between file upload and YouTube link @@ -499,4 +499,4 @@ def stream_section_content(sections): # Remove audio after exception to prevent data storage leak if audio_file_path is not None: - delete_download(audio_file_path) \ No newline at end of file + delete_download(audio_file_path)