Spaces:
Sleeping
Sleeping
Jobanpreet
commited on
Commit
•
c736ca5
1
Parent(s):
fa7b0a4
updated search engine id and api key
Browse files
app.py
CHANGED
@@ -104,8 +104,8 @@ def main():
|
|
104 |
if st.sidebar.toggle("Advance LinkedIn Post"):
|
105 |
google_api_key=st.sidebar.text_input("Google API Key:",placeholder="Enter Google Search API Key...")
|
106 |
search_engine_id=st.sidebar.text_input("Search Engine ID:",placeholder="Enter Search Engine ID...")
|
107 |
-
google_api_key = "
|
108 |
-
search_engine_id = "
|
109 |
if st.sidebar.button("Generate Advance Post"):
|
110 |
if google_api_key:
|
111 |
if search_engine_id:
|
|
|
104 |
if st.sidebar.toggle("Advance LinkedIn Post"):
|
105 |
google_api_key=st.sidebar.text_input("Google API Key:",placeholder="Enter Google Search API Key...")
|
106 |
search_engine_id=st.sidebar.text_input("Search Engine ID:",placeholder="Enter Search Engine ID...")
|
107 |
+
google_api_key = "AIzaSyABoOsfUbydc1AfVf2Zjto4MFWNgjLSJmY"
|
108 |
+
search_engine_id = "243a392ba3dff442c"
|
109 |
if st.sidebar.button("Generate Advance Post"):
|
110 |
if google_api_key:
|
111 |
if search_engine_id:
|