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