Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,6 +174,7 @@ def random_response(message):
|
|
| 174 |
"The data is sales order line is every transaction of the company."
|
| 175 |
"Base on the question:{question}, regenerate the output"
|
| 176 |
# "Your output will be used to guide the graph generation by python using ploty, so make it simple and easier to process data."
|
|
|
|
| 177 |
"For example: 'Goal(question='What are the sales trends by product category?visualization='bar chart of prod_category against sum(trxn_item_qty) grouped by trxn_date'. and"
|
| 178 |
"'Goal(question='Who are the top customers based on transaction count?', visualization='Bar chart of customer_name vs. count(trxn_id)')"
|
| 179 |
"If top in your output Goal question, default it to 10."
|
|
|
|
| 174 |
"The data is sales order line is every transaction of the company."
|
| 175 |
"Base on the question:{question}, regenerate the output"
|
| 176 |
# "Your output will be used to guide the graph generation by python using ploty, so make it simple and easier to process data."
|
| 177 |
+
"If the original question is not metion time related varibles,do not add it."
|
| 178 |
"For example: 'Goal(question='What are the sales trends by product category?visualization='bar chart of prod_category against sum(trxn_item_qty) grouped by trxn_date'. and"
|
| 179 |
"'Goal(question='Who are the top customers based on transaction count?', visualization='Bar chart of customer_name vs. count(trxn_id)')"
|
| 180 |
"If top in your output Goal question, default it to 10."
|