Update app.py
Browse files
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 |
|