Abbasid commited on
Commit
e874c2b
·
verified ·
1 Parent(s): 48c20d6

Update app.py

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