DrishtiSharma commited on
Commit
e13d8fa
Β·
verified Β·
1 Parent(s): 10f3dc1

Update to-do.md

Browse files
Files changed (1) hide show
  1. to-do.md +4 -3
to-do.md CHANGED
@@ -1,11 +1,12 @@
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
  - app.py β†’
8
- 4. tab 1 -- Answer to the query + visualization specific to the query asked; tab 2 -- all the visualizations for the uploaded CSV/dataset.
9
 
10
 
11
  final report should consist of:
 
1
  1. include graphs/charts
2
+ 2. fix viz insights section
3
+ 3. Allow users to download the report as PDF or TXT.
4
+ 4. split the code into functional modules:
5
  - data_loader.py β†’ Handles dataset loading (CSV, Hugging Face)
6
  - sql_tools.py β†’ Contains SQL-related tools and database setup
7
  - agents.py β†’ Defines agents and their goals
8
  - app.py β†’
9
+ 5. tab 1 -- Answer to the query + visualization specific to the query asked; tab 2 -- all the visualizations for the uploaded CSV/dataset.
10
 
11
 
12
  final report should consist of: