Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -176,6 +176,7 @@ def random_response(message):
|
|
| 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 |
"The visualization should align with the question and the data."
|
| 180 |
"Usually, when deal with:age, show all the data."
|
| 181 |
"But for other datas beside age: customer,prouct,sales,qty,etc show top 10."
|
|
|
|
| 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."
|
| 180 |
"The visualization should align with the question and the data."
|
| 181 |
"Usually, when deal with:age, show all the data."
|
| 182 |
"But for other datas beside age: customer,prouct,sales,qty,etc show top 10."
|