Abbasid commited on
Commit
9d015d1
·
verified ·
1 Parent(s): 985a002

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- "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")
 
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")