DrishtiSharma commited on
Commit
397ab84
·
verified ·
1 Parent(s): b737817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (SERPAPI_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 = []