DrishtiSharma
commited on
Update app.py
Browse files
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
|
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"):
|