LeoGitGuy commited on
Commit
4763d8f
·
1 Parent(s): b390a68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ When faced with a query, the semantically most similar document is retrieved.
35
  A text and a table language model ("Deberta-large" and "Tapas" here) extract the answers to the original question from the respective document and return them to the interface
36
  '''
37
 
38
- exmples = ["When is the add/dropp period?", "What does it mean if instructor consent is required?", "Where is the english preparatory unit located?"]
39
  # examples = [
40
  # ["When is the add/dropp period?"],
41
  # ["What does it mean if instructor consent is required?"],
 
35
  A text and a table language model ("Deberta-large" and "Tapas" here) extract the answers to the original question from the respective document and return them to the interface
36
  '''
37
 
38
+ examples = ["When is the add/dropp period?", "What does it mean if instructor consent is required?", "Where is the english preparatory unit located?"]
39
  # examples = [
40
  # ["When is the add/dropp period?"],
41
  # ["What does it mean if instructor consent is required?"],