Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ if __name__ == "__main__":
|
|
27 |
inputs=[
|
28 |
gr.Textbox(label="Search Query (検索クエリ)"),
|
29 |
gr.Textbox(label="Google API Key (https://console.cloud.google.com/apis/credentials)"),
|
30 |
-
gr.Textbox(label="Google Programmable Search Engine (https://programmablesearchengine.google.com)")
|
31 |
],
|
32 |
outputs=[gr.Textbox(label="Search Result (検索結果)")],
|
33 |
title="Google Search enhanced by LLM"
|
|
|
27 |
inputs=[
|
28 |
gr.Textbox(label="Search Query (検索クエリ)"),
|
29 |
gr.Textbox(label="Google API Key (https://console.cloud.google.com/apis/credentials)"),
|
30 |
+
gr.Textbox(label="Google Programmable Search Engine ID (https://programmablesearchengine.google.com)")
|
31 |
],
|
32 |
outputs=[gr.Textbox(label="Search Result (検索結果)")],
|
33 |
title="Google Search enhanced by LLM"
|