Update app.py
Browse files
app.py
CHANGED
@@ -119,12 +119,14 @@ with gr.Blocks() as demo:
|
|
119 |
|
120 |
gr.Examples(
|
121 |
[
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
|
|
128 |
],
|
129 |
inputs=[q_txt, p_txt1, p_txt2, p_txt3, p_txt4, p_txt5]
|
130 |
)
|
|
|
119 |
|
120 |
gr.Examples(
|
121 |
[
|
122 |
+
[
|
123 |
+
"I'm searching for a planet not too far from Earth.",
|
124 |
+
"Neptune is the eighth and farthest-known Solar planet from the Sun. In the Solar System, it is the fourth-largest planet by diameter, the third-most-massive planet, and the densest giant planet. It is 17 times the mass of Earth, slightly more massive than its near-twin Uranus.",
|
125 |
+
"TRAPPIST-1d, also designated as 2MASS J23062928-0502285 d, is a small exoplanet (about 30% the mass of the earth), which orbits on the inner edge of the habitable zone of the ultracool dwarf star TRAPPIST-1 approximately 40 light-years (12.1 parsecs, or nearly 3.7336×1014 km) away from Earth in the constellation of Aquarius.",
|
126 |
+
"A harsh desert world orbiting twin suns in the galaxy’s Outer Rim, Tatooine is a lawless place ruled by Hutt gangsters. Many settlers scratch out a living on moisture farms, while spaceport cities such as Mos Eisley and Mos Espa serve as home base for smugglers, criminals, and other rogues.",
|
127 |
+
"",
|
128 |
+
""
|
129 |
+
]
|
130 |
],
|
131 |
inputs=[q_txt, p_txt1, p_txt2, p_txt3, p_txt4, p_txt5]
|
132 |
)
|