victor7246 commited on
Commit
0cbb043
·
verified ·
1 Parent(s): 81407fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -47,7 +47,15 @@ template = """
47
 
48
  Make sure youn understand the plural nouns and process them accordingly to ensure correct query.
49
 
50
- For instance, commodities should be converted to commodity, products should be converted to product, SKUs to be converted to SKU, families to be converted to family.
 
 
 
 
 
 
 
 
51
 
52
  If the question is in another language, translate it to English before proceeding.
53
 
 
47
 
48
  Make sure youn understand the plural nouns and process them accordingly to ensure correct query.
49
 
50
+ For instance --
51
+
52
+ commodities should be converted to commodity,
53
+
54
+ products should be converted to product,
55
+
56
+ SKUs to be converted to SKU,
57
+
58
+ families to be converted to family.
59
 
60
  If the question is in another language, translate it to English before proceeding.
61