Ashmi Banerjee commited on
Commit
802cb54
·
1 Parent(s): 6a3b6f1
Files changed (1) hide show
  1. src/ui/components/inputs.py +1 -1
src/ui/components/inputs.py CHANGED
@@ -39,7 +39,7 @@ def main_component() -> Tuple[gr.Dropdown, gr.Dropdown, gr.Textbox, gr.Checkbox,
39
  # Starting point selection dropdown
40
  starting_point = gr.Dropdown(choices=[], multiselect=False,
41
  label="City",
42
- placeholder="Select a city as your starting point.")
43
 
44
  # When a country is selected, update the starting point options
45
  country.select(
 
39
  # Starting point selection dropdown
40
  starting_point = gr.Dropdown(choices=[], multiselect=False,
41
  label="City",
42
+ info="Select a city as your starting point.")
43
 
44
  # When a country is selected, update the starting point options
45
  country.select(