Spaces:
Running
Running
✨ feat: update flight example questions for clarity and detail
Browse files- Gradio_UI.py +2 -2
Gradio_UI.py
CHANGED
@@ -319,11 +319,11 @@ class GradioUI:
|
|
319 |
gr.Examples(
|
320 |
examples=[
|
321 |
"What is the cheapest month to travel to Tokyo, Japan?",
|
322 |
-
"Find the
|
323 |
"What is the typical weather in Tokyo during April?",
|
324 |
"What are the top must-visit attractions in Tokyo for first-time travelers?",
|
325 |
"How can I get from Narita Airport to Shinjuku using public transportation?",
|
326 |
-
"Which airline offers
|
327 |
],
|
328 |
inputs=text_input,
|
329 |
label="Example Questions"
|
|
|
319 |
gr.Examples(
|
320 |
examples=[
|
321 |
"What is the cheapest month to travel to Tokyo, Japan?",
|
322 |
+
"Find me the cheapest flight from Denver, Colorado to Tokyo, Japan in October.",
|
323 |
"What is the typical weather in Tokyo during April?",
|
324 |
"What are the top must-visit attractions in Tokyo for first-time travelers?",
|
325 |
"How can I get from Narita Airport to Shinjuku using public transportation?",
|
326 |
+
"Which airline offers direct flights to Tokyo, Japan?"
|
327 |
],
|
328 |
inputs=text_input,
|
329 |
label="Example Questions"
|