mayank1101 commited on
Commit
1fb2b15
·
verified ·
1 Parent(s): c6c3ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(css=".gradio-container { background-color: #f5f5f5; padding: 20px
82
  )
83
  after_date = gr.Textbox(
84
  label="After date",
85
- placeholder="date format: DD-MM-YYYY",
86
  lines=1,
87
  max_lines=2,
88
  value="",
 
82
  )
83
  after_date = gr.Textbox(
84
  label="After date",
85
+ placeholder="date format: YYYY-MM-DD",
86
  lines=1,
87
  max_lines=2,
88
  value="",