Spaces:
Running
Running
Update to-do.md
Browse files
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
|