tushar310 commited on
Commit
ce9c45f
·
1 Parent(s): 380d88c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def chunk_clips(transcription, clip_size):
90
 
91
  return [texts,sources]
92
 
93
- openai_api_key = st.sidebar.text_input("OpenAI API Key", type="password", value = "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")
94
  if not openai_api_key:
95
  st.info("Please add your OpenAI API key to continue.")
96
  st.stop()
 
90
 
91
  return [texts,sources]
92
 
93
+ openai_api_key = st.sidebar.text_input("OpenAI API Key", type="password")
94
  if not openai_api_key:
95
  st.info("Please add your OpenAI API key to continue.")
96
  st.stop()