Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
319 |
with gr.Column(scale=1):
|
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",
|
|
|
319 |
with gr.Column(scale=1):
|
320 |
query_input = gr.Textbox(label="Your Query (including height)",
|
321 |
placeholder="e.g., I am 175cm tall",
|
322 |
+
gr.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",
|