DrishtiSharma commited on
Commit
7bdc614
·
verified ·
1 Parent(s): 7907edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if not serpapi_key:
34
  missing_keys.append("SERP API Key")
35
 
36
  if missing_keys:
37
- st.error(f"Unable to fetch: {', '.join(missing_keys)}")
38
  else:
39
  # Main content
40
  if st.button("Find Similar Patents"):
 
34
  missing_keys.append("SERP API Key")
35
 
36
  if missing_keys:
37
+ st.error(f"Unable to fetch {', '.join(missing_keys)}")
38
  else:
39
  # Main content
40
  if st.button("Find Similar Patents"):