Spaces:
Runtime error
Runtime error
bizvideoschool
commited on
Commit
•
bee0dda
1
Parent(s):
bf70abc
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import openai
|
3 |
|
4 |
# OpenAI API Key Setup
|
5 |
-
openai.api_key = st.secrets["
|
6 |
|
7 |
st.title("Holiday Video Script Generator for Real Estate Agents")
|
8 |
|
|
|
2 |
import openai
|
3 |
|
4 |
# OpenAI API Key Setup
|
5 |
+
openai.api_key = st.secrets["YOUR_OPENAI_API_KEY"]
|
6 |
|
7 |
st.title("Holiday Video Script Generator for Real Estate Agents")
|
8 |
|