henryhyunwookim commited on
Commit
3804eb8
1 Parent(s): 4a360fb

Update app.py

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