returnf"""The {quantity}{animal}s from {" and ".join(countries)} went to the {place} where they {" and ".join(activity_list)} until the {"morning"ifmorningelse"night"}"""
["cat","dog","bird"],label="Animal",info="Will add more animals later!"
),
gr.CheckboxGroup(["USA","Japan","Pakistan"],label="Countries",info="Where are they from?"),
gr.Radio(["park","zoo","road"],label="Location",info="Where did they go?"),
gr.Dropdown(
["ran","swam","ate","slept"],value=["swam","slept"],multiselect=True,label="Activity",info="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor, nisl eget ultricies aliquam, nunc nisl aliquet nunc, eget aliquam nisl nunc vel nisl."
),
gr.Checkbox(label="Morning",info="Did they do it in the morning?"),