DrishtiSharma commited on
Commit
4d55cc7
Β·
verified Β·
1 Parent(s): 829b971

Update to-do.md

Browse files
Files changed (1) hide show
  1. to-do.md +6 -1
to-do.md CHANGED
@@ -1,2 +1,7 @@
1
  1. include graphs/charts
2
- 2. Allow users to download the report as PDF or TXT.
 
 
 
 
 
 
1
  1. include graphs/charts
2
+ 2. Allow users to download the report as PDF or TXT.
3
+ 3. split the code into functional modules:
4
+ - data_loader.py β†’ Handles dataset loading (CSV, Hugging Face)
5
+ - sql_tools.py β†’ Contains SQL-related tools and database setup
6
+ - agents.py β†’ Defines agents and their goals
7
+ - main.py β†’ Orchestrates the Streamlit app