Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1288,6 +1288,8 @@ class DataAnalysisChatbot:
|
|
1288 |
help_text += " visualize scatter temperature humidity\n"
|
1289 |
help_text += " trend sales date\n"
|
1290 |
|
|
|
|
|
1291 |
|
1292 |
# Page configuration
|
1293 |
st.set_page_config(
|
|
|
1288 |
help_text += " visualize scatter temperature humidity\n"
|
1289 |
help_text += " trend sales date\n"
|
1290 |
|
1291 |
+
return help_text
|
1292 |
+
|
1293 |
|
1294 |
# Page configuration
|
1295 |
st.set_page_config(
|