Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
delete_download(audio_file_path)