CCockrum commited on
Commit
03b1374
·
verified ·
1 Parent(s): 4951eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- help_text += " report - Generate a comprehensive report on the data\n"
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"