samithcs's picture
Add Chainlit app files (Dockerfile, app.py, requirements.txt, src) and update README
1eaee2c
raw
history blame contribute delete
374 Bytes
API_CONFIG = {
"regions": ["Mumbai", "Shanghai", "New York"], # For GNews
"weather_regions": [
{"city": "Mumbai", "lat": 19.0760, "lon": 72.8777},
{"city": "Shanghai", "lat": 31.2304, "lon": 121.4737},
{"city": "New York", "lat": 40.7128, "lon": -74.0060}
],
"news_output_dir": "data/news",
"weather_output_dir": "data/weather"
}