fudii0921 commited on
Commit
ad7f7e7
·
verified ·
1 Parent(s): 9a8a662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -305,7 +305,7 @@ with gr.Blocks(title="Gemini API with Google Search") as gsearch:
305
  # Input component for the user's question
306
  user_input = gr.Textbox(
307
  label="あなたの質問:",
308
- info="例: PWC大手町オフィスを11時に訪問する予定です。亀有からの経路を教えてください。",
309
  lines=2
310
  )
311
 
 
305
  # Input component for the user's question
306
  user_input = gr.Textbox(
307
  label="あなたの質問:",
308
+ info="例: PWC大手町オフィスを11時に訪問する予定です。自由が丘からの経路を教えてください。",
309
  lines=2
310
  )
311