= ['Cool','Stylish','Heartwarming','Warm',] ## この中から2 つランダムに入れる phrase = f'{",".join(keyphrases)}, {",".join(random.sample(atmospheres, 2))}, White background' prompt=f'''\ Please create a logo image based on the following phrase, with the words "PyML Niigata" in the image. {phrase} '''