Enhance app.py and utils.py with improved variant selection and logging features; update final_arrangement.json to include volume automation and curve types for sections; modify .gitignore to exclude .env files and additional log patterns.
611a504
PRANJAL KARcommited on
Add .gitignore file to exclude log files and environment variables
22652b6
PRANJAL KARcommited on
Update progress messages in app.py and utils.py for clarity during section variant generation
d83db4e
PRANJAL KARcommited on
Refactor section configuration to load from final_arrangement.json and update finalise function to map section names to keys
cf93b82
PRANJAL KARcommited on
reqs
6eb216c
PRANJAL KARcommited on
Update requirements.txt to replace pydub with plotly-express and add json as a dependency
5ac07d6
PRANJAL KARcommited on
Add print statement in make_groq_call function for debugging output
abd71bc
PRANJAL KARcommited on
Add logging to utils.py for error handling in generate_section_variants function
3c41c21
PRANJAL KARcommited on
Load environment variables using dotenv in app.py and add pandas to requirements.txt
8478f4b
PRANJAL KARcommited on
Refactor TEMP_DIR assignment to use tempfile.mkdtemp() for creating a temporary directory
0f6a1f5
PRANJAL KARcommited on
Update requirements.txt to include python-dotenv and plotly