Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,8 @@ from tools.final_answer import FinalAnswerTool
|
|
| 4 |
from Gradio_UI import GradioUI
|
| 5 |
import os
|
| 6 |
from tools.graph_plotter_tool import plot_function_graph
|
|
|
|
| 7 |
#from tools.statistical_graph_analyzer import analyze_statistical_graph
|
| 8 |
-
|
| 9 |
-
|
| 10 |
from tools.statistical_graph_generator import plot_bar_chart, plot_pie_chart, plot_histogram, plot_line_chart
|
| 11 |
from tools.statistical_graph_analyzer import analyze_dataset
|
| 12 |
from tools.media_graph_critic import critique_media_graph
|
|
|
|
| 4 |
from Gradio_UI import GradioUI
|
| 5 |
import os
|
| 6 |
from tools.graph_plotter_tool import plot_function_graph
|
| 7 |
+
from tools.table_generator_tool import generate_data_table
|
| 8 |
#from tools.statistical_graph_analyzer import analyze_statistical_graph
|
|
|
|
|
|
|
| 9 |
from tools.statistical_graph_generator import plot_bar_chart, plot_pie_chart, plot_histogram, plot_line_chart
|
| 10 |
from tools.statistical_graph_analyzer import analyze_dataset
|
| 11 |
from tools.media_graph_critic import critique_media_graph
|