Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|