How to sort widgets in a specific order?

laus
New Contributor III

I'd like to have a couple of widgets, one for the start and another for end date. I want them to appear in that order but when I run the code below, end date shows up before the start date. How can order in the way I I desired?

dbutils.widgets.text("start_date", "yyyy-mm-dd", "start_date")

dbutils.widgets.text("end_date", "yyyy-mm-dd", "end_date")