Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,9 +38,9 @@ template_html = env.get_template('template_html.j2')
|
|
| 38 |
cross_encoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2')
|
| 39 |
|
| 40 |
# Examples
|
| 41 |
-
examples = ['
|
| 42 |
-
'What are benefits of the AEO Scheme ?',
|
| 43 |
-
'
|
| 44 |
|
| 45 |
|
| 46 |
def add_text(history, text):
|
|
|
|
| 38 |
cross_encoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2')
|
| 39 |
|
| 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 offence? Cite relevant legal sections', ]
|
| 44 |
|
| 45 |
|
| 46 |
def add_text(history, text):
|