Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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()
|