Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
24 |
if not openai_key:
|
25 |
openai_key = st.text_input("Missing: OpenAI API Key (OPENAI_API_KEY)", "")
|
26 |
if not serpapi_key:
|
27 |
-
serpapi_key = st.text_input("Missing: SERP API Key (
|
28 |
|
29 |
# Check which API keys are missing and notify the user
|
30 |
missing_keys = []
|
|
|
24 |
if not openai_key:
|
25 |
openai_key = st.text_input("Missing: OpenAI API Key (OPENAI_API_KEY)", "")
|
26 |
if not serpapi_key:
|
27 |
+
serpapi_key = st.text_input("Missing: SERP API Key (SERP_API_KEY)", "")
|
28 |
|
29 |
# Check which API keys are missing and notify the user
|
30 |
missing_keys = []
|