Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1266,7 +1266,7 @@ class DataAnalysisChatbot:
|
|
1266 |
help_text += "VISUALIZATION AND REPORTING\n"
|
1267 |
help_text += " visualize <type> <column1 column2...> - Generate visualizations\n"
|
1268 |
help_text += " Visualization types: scatter, histogram, box, bar, pie, heatmap, line\n"
|
1269 |
-
|
1270 |
help_text += "\n"
|
1271 |
|
1272 |
help_text += "EXAMPLES:\n"
|
|
|
1266 |
help_text += "VISUALIZATION AND REPORTING\n"
|
1267 |
help_text += " visualize <type> <column1 column2...> - Generate visualizations\n"
|
1268 |
help_text += " Visualization types: scatter, histogram, box, bar, pie, heatmap, line\n"
|
1269 |
+
help_text += " report - Generate a comprehensive report on the data\n"
|
1270 |
help_text += "\n"
|
1271 |
|
1272 |
help_text += "EXAMPLES:\n"
|