Help with plotly filters

I have created 4 filters namely start_date, end_date, country, city to plot a graph. What I want is that whenever I enter start_date and end_date, all the country and city filters are applied which I achieved using callback. But the problem I am facing is I do not want to show the applied filters first (though in back-end all country and city filters have been applied but I do not want to show those filters in front-end initially). How can I achieve this?

Hi @anshulmini
What do you mean with the sentence above? Where are you showing the filters?
Do you want to paste an example of your code?