Python: ChatKit sample fixes (#2174)

* sample fixes

* Update thread naming
This commit is contained in:
Evan Mattson
2025-11-13 23:02:31 +00:00
committed by GitHub
parent 15d0bda8a2
commit a75590eb9b
5 changed files with 151 additions and 67 deletions
@@ -29,7 +29,6 @@ POPULAR_CITIES = [
CITY_VALUE_TO_NAME = {city["value"]: city["label"] for city in POPULAR_CITIES}
def _sun_svg() -> str:
"""Generate SVG for sunny weather icon."""
color = WEATHER_ICON_COLOR