Spaces:
Runtime error
Runtime error
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +1 -1
.streamlit/config.toml
CHANGED
@@ -4,5 +4,5 @@ base="light"
|
|
4 |
#primaryColor="#18447c"
|
5 |
#new
|
6 |
primaryColor="#2BB5E8"
|
7 |
-
|
8 |
API_Key = OpenAI API key
|
|
|
4 |
#primaryColor="#18447c"
|
5 |
#new
|
6 |
primaryColor="#2BB5E8"
|
7 |
+
API_Key = st.secrets["API_KEY"]
|
8 |
API_Key = OpenAI API key
|