NCTCMumbai
commited on
Commit
•
d3290a7
1
Parent(s):
647c1df
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ cross_encoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2')
|
|
40 |
# Examples
|
41 |
examples = ['My transhipment cargo is missing',
|
42 |
'What are benefits of the AEO Scheme and eligibility criteria?',
|
43 |
-
'What are penalties for customs
|
44 |
|
45 |
|
46 |
def add_text(history, text):
|
|
|
40 |
# Examples
|
41 |
examples = ['My transhipment cargo is missing',
|
42 |
'What are benefits of the AEO Scheme and eligibility criteria?',
|
43 |
+
'What are penalties for customs offences? ', ]
|
44 |
|
45 |
|
46 |
def add_text(history, text):
|