I wish to create a dashboard where a user can input a list of addresses separated by \n
and then the dashboard will output a list of corresponding latitude and longitude values seperated by \n
or as a pandas dataframe with two columns or original address and then the new values.
Can this be done through Dash or is there a better tool for it?