SergeyO7 commited on
Commit
6da0357
·
verified ·
1 Parent(s): 3ffaa24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(title="Planetary Ladder Calculator") as interface:
291
  output_image = gr.Image(label="Visualization")
292
  with gr.Row():
293
  query_text = gr.Textbox(
294
- label="Input Query",
295
  placeholder="Example for Elon Mask: PLadder 28-06-1971 12:03:00 Pretoria",
296
  max_lines=1
297
  )
 
291
  output_image = gr.Image(label="Visualization")
292
  with gr.Row():
293
  query_text = gr.Textbox(
294
+ label="Input Query(e.g. PLadder 28-06-1971 12:03:00 Pretoria)",
295
  placeholder="Example for Elon Mask: PLadder 28-06-1971 12:03:00 Pretoria",
296
  max_lines=1
297
  )