Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def intro():
|
|
| 29 |
- You can choose the number of recommendations to be displayed, between 1 & 5.
|
| 30 |
- The maximum number of recommendations that are available for display for each keyword/publisherid combo is restricted to 50.
|
| 31 |
- The minumum number depends on the products available from bizrate.
|
| 32 |
-
- If/when all available recommendations for a keyword/publisherid combo has been clicked on, you can either choose a different keyword, reload the application
|
| 33 |
#### Analytics Page
|
| 34 |
- Displays a Line Chart and a Bar Chart, to show the distribution of clicks across Session ID, Keyword, Publisher ID, SKU or Date.
|
| 35 |
- Displays a table of the most clicked SKU's
|
|
|
|
| 29 |
- You can choose the number of recommendations to be displayed, between 1 & 5.
|
| 30 |
- The maximum number of recommendations that are available for display for each keyword/publisherid combo is restricted to 50.
|
| 31 |
- The minumum number depends on the products available from bizrate.
|
| 32 |
+
- If/when all available recommendations for a keyword/publisherid combo has been clicked on, you can either choose a different keyword, reload the application which creates a new session.
|
| 33 |
#### Analytics Page
|
| 34 |
- Displays a Line Chart and a Bar Chart, to show the distribution of clicks across Session ID, Keyword, Publisher ID, SKU or Date.
|
| 35 |
- Displays a table of the most clicked SKU's
|