Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -320,11 +320,11 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
320 |
query_input = gr.Textbox(label="Your Query (including height)",
|
321 |
placeholder="e.g., I am 175cm tall",
|
322 |
examples=[
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
]
|
329 |
)
|
330 |
submit_button = gr.Button("Compare Heights", variant="primary")
|
|
|
320 |
query_input = gr.Textbox(label="Your Query (including height)",
|
321 |
placeholder="e.g., I am 175cm tall",
|
322 |
examples=[
|
323 |
+
"I am 182 cm tall",
|
324 |
+
"How tall am I compared to characters around 5ft 9in?",
|
325 |
+
"who is the same height as 1.7 meters",
|
326 |
+
"my height is 190cm",
|
327 |
+
"compare 6'1\" height",
|
328 |
]
|
329 |
)
|
330 |
submit_button = gr.Button("Compare Heights", variant="primary")
|